Rate this page:

SmartQueueTaskParameters

Props

call

Copy URL
call: 

Call

Current task's Call object.

customData

Copy URL
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

Copy URL
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

Copy URL
maxVideoBitrate: 

number

Maximum possible video bitrate for the customer device in kbps

operatorSettings

Copy URL
operatorSettings: 

SmartQueueOperatorSettings

Task's operator settings.

priority

Copy URL
priority: 

number

The task's priority. Accept values from 1 to 100. The default value is 50.

queue

Copy URL
queue: 

SmartQueue

Queue for the current task.

scheme

Copy URL
scheme: 

string

Internal information about codecs.

skills

Copy URL
skills: 

SmartQueueSkill[]

Required skills for the task.

timeout

Copy URL
timeout: 

number

A timeout in seconds for the task to be accepted by an agent.

video

Copy URL
video: 

boolean

Whether the call has video support. Please note that prices for audio only and video calls are different.