muaz-khan / DataChannel

DataChannel.js is a JavaScript library useful to write many-to-many i.e. group file/data sharing or text chat applications. Its syntax is easier to use and understand. It highly simplifies complex tasks like any or all user rejection/ejection; direct messages delivery; and more.
https://www.webrtc-experiment.com/#DataChannel
58 stars 14 forks source link

Disconnect channel #3

Closed Dragner8 closed 6 years ago

Dragner8 commented 6 years ago

This library doesn't allow disconnect channel. I can't leave channel and enter again under the same user name, because i don't see users who where in the room when i left. When i do this and new user come i can see him with no problems. Could you tell me what i do wrong, or fix this?