From 11a5c898479a2bfba515f573703e5aed57ac8f77 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sat, 25 Feb 2023 21:21:53 +0100 Subject: [PATCH] [mirotalksfu] - set numSimulcastStreams to 1 --- public/js/RoomClient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/RoomClient.js b/public/js/RoomClient.js index af4d8c4f..ed7e86cc 100644 --- a/public/js/RoomClient.js +++ b/public/js/RoomClient.js @@ -180,7 +180,7 @@ class RoomClient { this.forceH264 = false; // Force H264 codec for webcam and screen sharing this.enableWebcamLayers = true; // Enable simulcast or SVC for webcam this.enableSharingLayers = false; // Enable simulcast or SVC for screen sharing - this.numSimulcastStreams = 3; // Number of streams for simulcast in webcam and screen sharing + this.numSimulcastStreams = 1; // Number of streams for simulcast in webcam and screen sharing this.webcamScalabilityMode = ''; // Scalability Mode for webcam | 'L1T3' for VP8/H264 (in each simulcast encoding), 'L3T3_KEY' for VP9 this.sharingScalabilityMode = ''; // Scalability Mode for screen sharing | 'L1T3' for VP8/H264 (in each simulcast encoding), 'L3T3' for VP9