mirror of
https://github.com/strukturag/nextcloud-spreed-signaling.git
synced 2023-10-21 07:33:40 -05:00
Add feature flag "simulcast".
This commit is contained in:
+2
-1
@@ -323,7 +323,8 @@ func (m *HelloClientMessage) CheckValid() error {
|
||||
|
||||
const (
|
||||
// Features for all clients.
|
||||
ServerFeatureMcu = "mcu"
|
||||
ServerFeatureMcu = "mcu"
|
||||
ServerFeatureSimulcast = "simulcast"
|
||||
|
||||
// Features for internal clients only.
|
||||
ServerFeatureInternalVirtualSessions = "virtual-sessions"
|
||||
|
||||
Reference in New Issue
Block a user