otalk/rtcpeerconnection-shim

shim WebRTC 1.0 name changes compared to ORTC

Closed this issue · 1 comments

fippo commented

Name changes (ondtlsstatechange -> onstatechange, onicestatechange -> onstatechange, getNominatedCandidatePair -> getSelectedCandidatePair, RTCDtmfSender -> RTCDTMFSender)
Object model incongruities:
RTCIceTransport.getLocalCandidates (shimmed from RTCIceGatherer.getLocalCandidates)
RTCIceTransport attributes (visible from adapter.js but not native WebRTC 1.0 API in Edge)

via @aboba

fippo commented

done in #116 (but still fighting code coverage)