我正在尝试使用WebRTC和WebSocket进行语音聊天,以便交换报价。const pc = new RTCPeerConnection(configuration); 然后,我将此函数作为navigator.getUserMedia的成功回调 let localStream: MediaStream; localStream = stream;
(where MediaStream is defined in /home/klaus/developement/flutter/bin/cache/pkg/sky_engine/lib/html/html_dart2js.dart)' can't be assigned to a variable of type 'MediaStream (where MediaStream is definedi
我在webRTC.But媒体中用peer.js制作VideoStream无法发送那个文件object.only MediaStream.Please询问如何将MediaStream转换为MP4File。var file = this.files[0];//.mp4 Data
var mediastream = new window.webkitMediaStream(file)
在回答这个问题后,我得到了标题中的错误: https://stackoverflow.com/questions/66800919/react-native-unhandled-promise-rejection-typeerrornull-is-not-an-object-eva 有没有人能看到我在给出代码的资源中哪里出了问题? Error [TypeError: null is not an object (evaluating 'WebRTCModule.peerConnectionInit')]