deepakcs95
Results
1
comments of
deepakcs95
trafficstars
peerConnection.ontrack = function ontrack(receiver, streams, transceiver) { if (receiver.track.kind === "video") { const track = receiver.streams[0].getVideoTracks()[0]; const sink = new RTCVideoSink(track) works for me