You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log(`Client is running in ${detectedSharedModeType} mode.`);
@@ -2587,7 +2588,6 @@ function handleDecodedFrame(frame) { // frame.codedWidth/Height are physical pix
2587
2588
sharedClientState='ready';
2588
2589
console.log(`Shared mode: Client is now ready to process video of type '${identifiedEncoderModeForShared}'.`);
2589
2590
}
2590
-
return;
2591
2591
}elseif(dataTypeByte!==1){// Ignore audio packets during identification
2592
2592
console.warn(`Shared mode (awaiting_identification): Received non-identifying binary packet type 0x${dataTypeByte.toString(16)}. Still waiting for a video packet.`);
2593
2593
return;
@@ -2628,6 +2628,15 @@ function handleDecodedFrame(frame) { // frame.codedWidth/Height are physical pix
0 commit comments