INPUT_OBJECT

VideoConfigurationInput

Configuration for the video channel

link GraphQL Schema definition

  • input VideoConfigurationInput {
  • # Whether the channel is enabled or not
  • isEnabled: Boolean!
  • # Give priority to video conversations
  • hasPriorityOnVideo: Boolean!
  • }