WebRTC, ice candidates connection

前端 未结 1 1966
闹比i
闹比i 2020-12-11 11:48

I\'m trying to learn how to use webRTC in applications so I wrote a code sample available in the following link: http://wklej.org/hash/fd599a32e8e/

At the beginning

相关标签:
1条回答
  • 2020-12-11 12:14

    Try mine (cut'n'paste): https://jsfiddle.net/7vv2vxtt/

    Or automatic (localStorage): https://jsfiddle.net/2v1Lnpmx/

    This code intentionally left blank.
    

    ICE candidates get added to the local offer/answer over time, so it simply waits for end-of-candidates before producing SDP with all candidates embedded.

    Should work in all browsers.

    0 讨论(0)
提交回复
热议问题