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

Room init #18

Open
stallman opened this issue Apr 24, 2013 · 9 comments
Open

Room init #18

stallman opened this issue Apr 24, 2013 · 9 comments

Comments

@stallman
Copy link

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.

@muaz-khan
Copy link
Owner

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.

@stallman
Copy link
Author

DataChannel.js and RTCMultiConnection.js both are supporting this feature.

How to use it ?

@stallman
Copy link
Author

I have such a situation.
The user creates a session. Then someone connects to the session.
Then, the initiator of the session leaves her. In this case, session is destroyed and the connected clients are disconnected. Accordingly, new customers for the session is no longer connected.
Is it possible to make so when you hang up, the session is not destroyed, and it was possible to connect the new client ?
Thanks.

@hdf
Copy link

hdf commented Apr 25, 2013

Maybe there could be a switch by the initiator, when creating a room, that sets whether users should be disconnected when he leaves?

@stallman
Copy link
Author

Maybe better is no killing session if initiator has left it ?

@muaz-khan
Copy link
Owner

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.

@stallman
Copy link
Author

thank I'll be wait )

@muaz-khan
Copy link
Owner

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.

See commit

@stallman
Copy link
Author

stallman commented May 6, 2013

great, thanks !

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

3 participants