我正在尝试使用WebRTC'sadapter.js通过RTCPeerConnection和RTCDataChannel发送文本,但出现以下错误:UncaughtInvalidStateError:Failedtoexecute'send'on'RTCDataChannel':RTCDataChannel.readyStateisnot'open'我的代码可以通过thisfiddle获得及以下:varpeerConnection=newRTCPeerConnection(null,{optional:[{RtpDataChannels:true}]});peerConnection.on