mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
Add serverinfo feature id.
This commit is contained in:
parent
d10469e1a6
commit
864fc6b46b
1 changed files with 4 additions and 0 deletions
|
|
@ -533,6 +533,7 @@ const (
|
|||
ServerFeatureRecipientCall = "recipient-call"
|
||||
ServerFeatureJoinFeatures = "join-features"
|
||||
ServerFeatureOfferCodecs = "offer-codecs"
|
||||
ServerFeatureServerInfo = "serverinfo"
|
||||
|
||||
// Features to send to internal clients only.
|
||||
ServerFeatureInternalVirtualSessions = "virtual-sessions"
|
||||
|
|
@ -555,6 +556,7 @@ var (
|
|||
ServerFeatureRecipientCall,
|
||||
ServerFeatureJoinFeatures,
|
||||
ServerFeatureOfferCodecs,
|
||||
ServerFeatureServerInfo,
|
||||
}
|
||||
DefaultFeaturesInternal = []string{
|
||||
ServerFeatureInternalVirtualSessions,
|
||||
|
|
@ -568,6 +570,7 @@ var (
|
|||
ServerFeatureRecipientCall,
|
||||
ServerFeatureJoinFeatures,
|
||||
ServerFeatureOfferCodecs,
|
||||
ServerFeatureServerInfo,
|
||||
}
|
||||
DefaultWelcomeFeatures = []string{
|
||||
ServerFeatureAudioVideoPermissions,
|
||||
|
|
@ -582,6 +585,7 @@ var (
|
|||
ServerFeatureRecipientCall,
|
||||
ServerFeatureJoinFeatures,
|
||||
ServerFeatureOfferCodecs,
|
||||
ServerFeatureServerInfo,
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue