Hi again,This is a announcement that the RTCPeerConnection states, and related events, will change. Again. Sorry about this but this happens when living on the edge.
readyState will be deleted; please use the replacement signalingState which is already available.
onstatechange -> onsignalingstatechange
onicechange -> oniceconnectionstatechange
ongatheringchange will be deleted.
RTCIceConnectionState::starting -> RTCIceConnectionState::new
I'll update this thread when the patch have landed and have been picked up by a Canary build.