AgentConfigResult
Represents the result when getting rep phone
configuration information.
Constructor
new AgentConfigResult(param)
Functions Where Used
Objects Referenced
Parameters
Field | Details |
---|---|
param |
|
param.phones |
|
param.selectedPhone |
|
Example
new AgentConfigResult({
phones: ["SOFT_PHONE", "DESK_PHONE"],
selectedPhone: new Phone("DESK_PHONE", “5554443333”)
})