标签: webrtc
我在修改WebRTC时遇到了一些意想不到的行为。我按照the MDN article关于RTCPeerConnection,一切正常,但当我注释caller.addStream(stream)时,来电者停止从被叫方获取onaddstream事件。
caller.addStream(stream)
onaddstream
是否指定了错误或WebRTC?