We are planning to build a system where users can log in to ringcentral via our portal and receive realtime pubnub notifications in the browser. The problem that we are facing is:
When multiple users login to ringcentral through the same number, the pubnub notifications for a call are transmitted to all the users. So if there are 3 calls at a time, all the users are notified about all 3 calls. Is it in anyway possible to map the user who attended to a call so that the browser notifications are shown accordingly to the users?