Question

Multiple sessions with ringcentral-call-js SDK

  • 9 November 2022
  • 1 reply
  • 270 views

Hi,

I want to be able to log in to two different accounts (not extensions) with the RingCentral-call-js in order to receive inbound calls from any of the accounts at the same time and in the same browser tab. Is it possible or perhaps do you know of a different way to solve this problem?


1 reply

I believe it will just work as long as you create two separate RingCentralCall objects.

Make everything double: two SDK objects, two webPhone objects, two rcCall objects. And in theory they will be completely separate and will not affect each other. And still they are running in the same process.

And you can also run two processed to handle two accounts.

Reply