SmartQueueTaskParameters
Props
customData
customData: string
Custom data text string for the current task. After you specify the data in this field, you can find it in the SmartQueueState_Task object for this task. To get this object, call the GetSQState method.
extraHeaders
extraHeaders: {[header: string]: string}
| undefined
Optional. Custom parameters (SIP headers) to be passed with the task. Custom header names have to begin with the 'X-' prefix. The "X-" headers can be handled by a SIP phone or WEB SDK (e.g. see the incomingCall event). Example: {'X-header':'value'}
maxVideoBitrate
maxVideoBitrate: number
Maximum possible video bitrate for the customer device in kbps
priority
priority: number
The task's priority. Accept values from 1 to 100. The default value is 50.
scheme
scheme: string
Internal information about codecs.
timeout
timeout: number
A timeout in seconds for the task to be accepted by an agent.
video
video: boolean
Whether the call has video support. Please note that prices for audio only and video calls are different.