This commit is contained in:
Sergiu Toma 2022-12-23 11:39:49 +02:00
parent a568e542a7
commit 451fff0a6b
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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