소스 검색

更新webrtc调用

648540858 1 년 전
부모
커밋
31be0a3874
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      web_src/src/components/dialog/rtcPlayer.vue

+ 1 - 0
web_src/src/components/dialog/rtcPlayer.vue

@@ -44,6 +44,7 @@ export default {
                 audioEnable: true,
                 videoEnable: true,
                 recvOnly: true,
+                usedatachannel: false,
             })
             webrtcPlayer.on(ZLMRTCClient.Events.WEBRTC_ICE_CANDIDATE_ERROR,(e)=>{// ICE 协商出错
                 console.error('ICE 协商出错')