Introduce feature flag for SDP updates

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
Daniel Calviño Sánchez
2022-02-25 07:47:30 +01:00
parent 020cbaf49d
commit cd93db60a4
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -325,6 +325,7 @@ const (
// Features for all clients.
ServerFeatureMcu = "mcu"
ServerFeatureSimulcast = "simulcast"
ServerFeatureUpdateSdp = "update-sdp"
ServerFeatureAudioVideoPermissions = "audio-video-permissions"
// Features for internal clients only.