INPUT_OBJECT
ChannelConfigurationUpdate
Configuration of the different channels supported by the solution
link GraphQL Schema definition
- input ChannelConfigurationUpdate {
- # User's settings for the chat channel
- : ChatConfigurationUpdate
- # User's settings for the call channel
- : CallConfigurationUpdate
- # User's settings for the video channel
- : VideoConfigurationUpdate
- # User's settings for the third party channel
- : ThirdPartyConfigurationUpdate
- }