Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature]: multi-window application #4

Closed
dberardo-com opened this issue Nov 16, 2023 · 2 comments
Closed

[feature]: multi-window application #4

dberardo-com opened this issue Nov 16, 2023 · 2 comments

Comments

@dberardo-com
Copy link

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

@vanbui1995
Copy link
Owner

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

@dberardo-com
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants