nickdesaulniers / node-rtc-peer-connection

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

setRemoteDescription should inform the ice agent of the remote peer's candidates #33

Closed nickdesaulniers closed 8 years ago

nickdesaulniers commented 8 years ago

we need the peer's SDP info to know whether we should accept packets from certain ip's/ports.

nickdesaulniers commented 8 years ago

oh nice, @JasonWeathersby already did!