How should i pass a localStream object as an argument to an rtcpeerconnection addtrack method

后端 未结 0 552
轮回少年
轮回少年 2020-11-21 19:38

I tried the code below

   localPeerConnection.addTrack(await localStream)
   remotePeerConnection.ontrack = () => {
      const remoteStreamVideoElement =          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题