Update
This commit is contained in:
parent
a568e542a7
commit
451fff0a6b
@ -20828,6 +20828,7 @@ const connectRecvTransport = async () => {
|
||||
remoteVideo.loop = true;
|
||||
remoteVideo.setAttribute('playsinline', '');
|
||||
remoteVideo.src = stream;
|
||||
remoteVideo.volume = 1.0;
|
||||
|
||||
// window.localStream = stream; // A
|
||||
// window.localAudio.srcObject = stream; // B
|
||||
|
@ -470,6 +470,7 @@ const connectRecvTransport = async () => {
|
||||
remoteVideo.loop = true;
|
||||
remoteVideo.setAttribute('playsinline', '');
|
||||
remoteVideo.src = stream;
|
||||
remoteVideo.volume = 1.0;
|
||||
|
||||
// window.localStream = stream; // A
|
||||
// window.localAudio.srcObject = stream; // B
|
||||
|
Loading…
Reference in New Issue
Block a user