OBJECT
ChannelConfiguration
Represents how the different channels are configured
link GraphQL Schema definition
- type ChannelConfiguration {
- # User's settings for the chat channel
- : ChatConfiguration
- # User's settings for the call channel
- : CallConfiguration
- # User's settings for the video channel
- : VideoConfiguration
- # User's settings for the third party channel
- : ThirdPartyConfiguration
- }