feat: Always enable receiveMultipleVideoStreams. (#11871)
This commit is contained in:
parent
d8b435ad16
commit
5a4ffea9aa
|
@ -93,6 +93,10 @@ var config = {
|
||||||
// Enables sending multiple video streams, i.e., camera and desktop tracks can be shared in the conference
|
// 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.
|
// separately as two different streams instead of one composite stream.
|
||||||
// sendMultipleVideoStreams: false
|
// 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.
|
// Disables moderator indicators.
|
||||||
|
|
Loading…
Reference in New Issue