INPUT_OBJECT

VideoConfigurationUpdate

Configuration for the video channel

link GraphQL Schema definition

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