nickdesaulniers / node-rtc-peer-connection

[BROKEN/UNMAINTAINED] RTCPeerConnection for Node.js
Other
154 stars 17 forks source link

replace IceAgent with RTCIceTransport #38

Open nickdesaulniers opened 8 years ago

nickdesaulniers commented 8 years ago

https://w3c.github.io/webrtc-pc/#rtcpeerconnection-interface-extensions https://w3c.github.io/webrtc-pc/#idl-def-RTCSctpTransport https://w3c.github.io/webrtc-pc/#idl-def-RTCDtlsTransport https://w3c.github.io/webrtc-pc/#idl-def-RTCIceTransport

nickdesaulniers commented 8 years ago

FF doesn't seem to implement this yet, I wonder if this was a new addition to the spec?