simplewebrtc / signalmaster

simple socket.io server for webrtc signaling
Other
1.31k stars 486 forks source link

make sure the client leaves the room properly #8

Closed mimecuvalo closed 10 years ago

mimecuvalo commented 11 years ago

Also don't send 'type' since on the server it is the name of the room and getPeers on the client side expects something like the string 'video'.

Cheers!

fippo commented 10 years ago

fixed in https://github.com/andyet/signalmaster/pull/18