Skip to content

Commit 96f8616

Browse files
Parity with fork before rebase
1 parent bd223bb commit 96f8616

2 files changed

Lines changed: 3814 additions & 3670 deletions

File tree

data/src/emulator.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10172,9 +10172,10 @@ class EmulatorJS {
1017210172
"[Netplay] Produced video to SFU (reproduce), id=",
1017310173
this.netplay.producer.id
1017410174
);
10175-
} else {
10176-
console.warn("[Netplay] No video track available to re-produce");
1017710175
}
10176+
} else {
10177+
console.warn("[Netplay] No video track available to re-produce");
10178+
}
1017810179

1017910180
if (audioTrack) {
1018010181
this.netplay.audioProducer =

0 commit comments

Comments
 (0)