live chat,live help,live support Boldchat Web Service
API Reference
 
[ Programmer's Guide | API Reference Home ]


Class OperatorClientInfo

A OperatorClientInfo instance contains information about one operator client currently logged in.

See Also:
CustomerService.getOperatorClients()
Property Summary
BytecallStatus
The status of the Call service.
BytechatStatus
The status of the Chat service.
LongclientID
The unique ID of the this operator client.
StringclientIP
The IP address of the computer running the operator client, as seen by the server.
LongoperatorID
The ID of the operator logged in with this operator client.
StringuserAgent
The HTTP User-Agent request header sent by the operator client to the server when it first connected.
Datecreated
The creation timestamp of the operator client record.

Property Detail
Byte callStatus

The status of the Call service. This may be 0 (off), 1 (away) or 2 (avaliable).

Byte chatStatus

The status of the Chat service. This may be 0 (off), 1 (away) or 2 (avaliable).

Long clientID

The unique ID of the this operator client.

String clientIP

The IP address of the computer running the operator client, as seen by the server.

Long operatorID

The ID of the operator logged in with this operator client.

See Also:
CustomerService.getOperators() CustomerService.getOperatorByID()

String userAgent

The HTTP User-Agent request header sent by the operator client to the server when it first connected.

Date created

The creation timestamp of the operator client record. This is roughly the time at which the client first connected.