feat: Always enable receiveMultipleVideoStreams. (#11871)

This commit is contained in:
bgrozev 2022-07-18 11:23:40 -05:00 committed by GitHub
parent d8b435ad16
commit 5a4ffea9aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -93,6 +93,10 @@ var config = {
// Enables sending multiple video streams, i.e., camera and desktop tracks can be shared in the conference
// separately as two different streams instead of one composite stream.
// sendMultipleVideoStreams: false
// Signal that this client supports receiving multiple video streams. Without this flag jicofo will enable
// multi-stream backward compatibility.
receiveMultipleVideoStreams: true
},
// Disables moderator indicators.