Record the 2021 Amazon Spring Marathon using WebRTC technology to realize the multi-terminal whiteboard
2021 Spring Amazon Hackathon 1. WebRTC Three interfaces provided by WebRTC 1. getUserdia Request to get the user’s media stream video stream video:ture After getting the video object, add video.srcObject = localStream to the video object audio stream audio: true Pay attention to the compatibility of this API when using it 2. RTCPeerConnection Establish connections […]