我正试图跟随 for RTCDataChannel浏览器p2p与谷歌的进行信令通信。它似乎在默默地失败--我无法触发RTCDataChannel.onopen、RTCPeerConnection.onicecandidate或RTCPeerConnection.ondatachannel}
dataChannel.send("RTCDataChannel}
我正试图跟随来创建DataChannel。User A joins
User B asks User A to create an offer-> A sets his local description-> B answers the offer
-> B sets local and remote descript