nttcom / peerjs

[Deprecated] This branch is a customized version of PeerJS for NTT Communications's WebRTC platform SkyWay.
http://nttcom.github.io/skyway/en/
Other
226 stars 91 forks source link

change case statement about IceConnectionState for improvement of sta… #49

Closed rokihiro closed 8 years ago

rokihiro commented 8 years ago

ICEConnectionStateが'disconnected'になった時にサーバ及びピア間の接続を切る処理を削除しました。 NWの環境が一時的に悪い場合にも'disconnected'になるため、その際、接続が切れることを避けるためです。 'failed'にならない限り、NWの状態が回復すればピア接続は復旧します。