OBJECT

VideoConfiguration

Configuration for the video channel

link GraphQL Schema definition

  • type VideoConfiguration {
  • # Whether the channel is enabled or not
  • isEnabled: Boolean
  • # If several agents are handling video calls, direct new calls in priority to this
  • # agent
  • hasPriorityOnVideo: Boolean
  • }