mslosarz / nextrtc-signaling-server

NextRTC is simple WebRTC signaling server written in java. It provides signal exchange and easy to integrate API
http://nextrtc.org
MIT License
187 stars 60 forks source link

close conversation when creator leaves #29

Open jacobhub opened 6 years ago

jacobhub commented 6 years ago

Is it possible to config nextrtc to close a conversation when the creator leaves ?

mslosarz commented 6 years ago

It's done in broadcast conversation type. If you want I can add this logic to library in next RC (it'll be some kind of preference to set)

mslosarz commented 6 years ago

I'm on the last straight to the mesh with master. Sorry for keeping you waiting so long :)