INPUT_OBJECT
ChannelConfigurationInput
Configuration of the different channels supported by the solution
link GraphQL Schema definition
- input ChannelConfigurationInput {
- # User's settings for the chat channel
- ChatConfigurationInput :
- # User's settings for the call channel
- CallConfigurationInput :
- # User's settings for the video channel
- VideoConfigurationInput :
- # User's settings for the third party channel
- ThirdPartyConfigurationInput :
- }