Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ZiwoClientOptions

Index

Properties

autoConnect

autoConnect: boolean
autoconnect

let you choose to connect the agent automatically or not. Default = true Error is raised if authentication fails. In case you want to handle failed authentication, run connect manually

contactCenterName

contactCenterName: string
contactcentername

is the contact center the agent is working for

credentials

credentials: Credentials

see authentication.ts#Credentials for complete definition

Optional debug

debug: undefined | false | true
debug

display log info if set to true

mediaTag

mediaTag: HTMLDivElement
mediatag

is a DIV element that will contains the HTML media elements used for calls The div must always be available but doesn't have to be visible

tags

tags: MediaInfo

[DEPRECATED] - use @mediaTag instead

Optional useGoogleStun

useGoogleStun: undefined | false | true
usegooglestun

will force Google STUNS ONLY

Legend

  • Constructor
  • Property
  • Method
  • Private property
  • Private method
  • Static property
  • Static method
  • Property
  • Protected method

Generated using TypeDoc