OBJECT

MirroringSettings

Mirroring settings

link GraphQL Schema definition

  • type MirroringSettings {
  • # Set to true to enable the mirroring
  • isMirroringEnabled: Boolean!
  • # Set to true to enable the cobrowsing
  • isCobrowsingEnabled: Boolean!
  • # Set to true to enable cobrowsing with operator inputs, otherwise the operator
  • # can only scroll and point areas on the visitor page
  • isCobrowsingClickEnabled: Boolean!
  • }

link Require by