-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Room init #18
Comments
It is able to create room in conference without main (initiator) user ? DataChannel.js and RTCMultiConnection.js both are supporting this feature. Though, there is always an initiator (i.e. offerer). Can intiator leave room and other clients would be stay in there ? Yeah, sure. However, DataChannel.js and RTCMultiConnection.js both are auto closing entire session if initiator leaves the room. |
How to use it ? |
I have such a situation. |
Maybe there could be a switch by the initiator, when creating a room, that sets whether users should be disconnected when he leaves? |
Maybe better is no killing session if initiator has left it ? |
This feature will be added in next updates. By default session will be auto-closed as soon as owner leaves the room; however you'll be provided an option to overwrite it. |
thank I'll be wait ) |
Maybe better is no killing session if initiator has left it ? @stallman Now this feature is enabled by default in both DataChannel.js and RTCMultiConnection-v1.2.js libraries. |
great, thanks ! |
It is able to create room in conference without main (initiator) user ?
Can intiator leave room and other clients would be stay in there ?
Thanks.
Sorry for english.
The text was updated successfully, but these errors were encountered: