Represents a reservation for a single call license. The reservation must be periodically renewed.
Name | Type | Description | Attributes |
---|---|---|---|
atomLinkList | Array of Link | See Definition of Link | |
callee | PlcmLicenseCallParticipant | ||
caller | PlcmLicenseCallParticipant | ||
timeToLiveInMillis | long | Number of milliseconds for which the reservation will remain valid - on the order of 10 to 15 minutes | |
callId | Uuid | Mandatory | |
conferenceId | Uuid | ||
protocol | PlcmSignalingProtocol | Mandatory | |
licenseKey | LicenseKey | ||
callServer | PlcmHost | ||
serviceLevel | PlcmServiceLevel | ||
dialString | DialString | ||
entityTag | EntityTag |
Name | Type | Restrictions |
---|---|---|
PlcmSignalingProtocol | string | Value must be one of:
|
PlcmServiceLevel | string | Value must be one of:
|
DialString | string | Length of value must be >=0 Length of value must be <=256 |
LicenseKey | string | Length of value must be >=0 Length of value must be <=256 |