The unique identifier of the user associated with the line.
The URI of the client device associated with the line.
The unique identifier of the line.
Optional
mobiusThe optional Mobius device identifier associated with the line.
Optional
phoneThe phone number associated with the line.
Optional
extensionThe extension number associated with the line.
Optional
sipAn array of SIP addresses associated with the line.
Optional
voicemailThe voicemail number associated with the line.
Optional
lastThe timestamp when the line was last seen.
Optional
keepaliveThe interval for sending keep-alive messages for the line.
Optional
callThe interval for sending call keep-alive messages for the line.
Optional
rehomingThe minimum rehoming interval for the line.
Optional
rehomingThe maximum rehoming interval for the line.
Optional
voiceThe voice portal number associated with the line.
Optional
voiceThe voice portal extension associated with the line.
The registration information for the line as IRegistration.
Initiates a call to the specified destination.
const callDetails : CallDetails = {type: 'uri', address: 'example@webex.com'};
const callObj: ICall = line.makeCall(callDetails);
Optional
dest: CallDetailsThe call details including destination information.
Represents an interface for managing a telephony line.