rtc-io / rtc-quickconnect

An opinionated approach to creating WebRTC apps (both media and datachannels supported)
Apache License 2.0
187 stars 43 forks source link

Check the data channel state in the channel monitor #97

Closed nathanoehlman closed 6 years ago

nathanoehlman commented 6 years ago

This fixes a case whereby the channel monitor is stuck constantly running when the data channel has not been detected as being opened yet, but the channel has already been closed.

silviapfeiffer commented 6 years ago

👍