You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would it be possible to allow the usage of one shared websocket through multiple windows so that the user can use multiple instances of the application on different screens without the need of registering in each one of them ?
there seems to be an issue when users register twice with the same account, i think it is not possible to double-register, therefore having and shared websocket connection seems the only viable way
The text was updated successfully, but these errors were encountered:
there seems to be an issue when users register twice with the same account,
not sure what you was getting, but actually we totally register twice with the same account, the newest one will take incoming call
I guess what I was asking for here is whether sharing the same websocket connection between browser tabs is a possibility or double registration is a must
based on this discussion: onsip/SIP.js#1060 (comment)
would it be possible to allow the usage of one shared websocket through multiple windows so that the user can use multiple instances of the application on different screens without the need of registering in each one of them ?
there seems to be an issue when users register twice with the same account, i think it is not possible to double-register, therefore having and shared websocket connection seems the only viable way
The text was updated successfully, but these errors were encountered: