otalk / rtcpeerconnection-shim

Implementation of the RTCPeerConnection API ontop of ORTC
BSD 3-Clause "New" or "Revised" License
15 stars 14 forks source link

updateConnectionState/updateIceConnectionState assumes iceTransport/dtlsTransport exist #175

Closed fippo closed 5 years ago

fippo commented 5 years ago

from https://github.com/webrtcHacks/adapter/issues/913 both updateConnectionState as well updateIceConnectionState assume the ice and dtls transports exist, leading to the error on 3843

This should ignore rejected m-lines/transceivers.

fippo commented 5 years ago

patch version has been released. PR for master exists