Cisco Cisco TelePresence Management Suite (TMS) Version 15 Developer's Guide

Page of 53
Booking API reference
Cisco TMSBA Programming Reference Guide
Page 34 of 53
Participant
Attribute
Read/Write Description
ParticipantId
r/w – 
optional
For Cisco TMS System Entities, this value must be the SystemId of the system. 
For external participants this value may be set, but is not required. If not set for 
external participants, Cisco TMS will create an ID with an integer less than 0.
NameOrNumber
r/w – 
optional
For external participants, the participant name for dial-ins, or the fully 
qualified number to dial for dial-outs. 
For example:
 
A dial-in can be given the value Placeholder for John Doe.
 
An ISDN dial-out would be given the value +1 (555) 1231234. This 
value is required for external dial-out participants, and must be the fully 
qualified number to dial. 
Fully qualified numbers are of the format +CC (AC) BN  where:
 
CC=Country Code
 
AC=Area Code
 
BN=Base Number
If the country does not use Area Codes, that element can be omitted 
completely, and the format would be +CC BN.
ParticipantCallType r/w – 
required
The participant type. Valid values are:      
 
TMS, a TMS System Entity. When this is specified, the ParticipantId must 
be the Cisco TMS System Entity ID as given in Cisco TMS.
 
IP Video <- or ISDN Video <-, an IP/ISDN video dial-in. If this is specified, 
you may give the participant a name using the NameOrNumber field. 
Cisco TMS will automatically give the participant an ID (less than 0).
 
IP Tel <- or Telephone <-, an IP/ISDN audio dial-in. If this is specified, you 
may give the participant a name using the NameOrNumber field. Cisco 
TMS will automatically give the participant an ID (less than 0).
 
IP Video -> or ISDN Video ->, an IP/ISDN video dial-out site. Specifying 
this value requires providing Cisco TMS with the number to use in the 
NameOrNumber field. (Formats: ISDN: +1 (555) 1231234, H.323 IP 
E.164: 12312321, H323 IP Address: 10.0.0.10).
 
IP Tel -> or Telephone ->, an IP/ISDN audio dial-out site. If this is specified, 
you must give Cisco TMS the number to use in the NameOrNumber field 
(Formats: ISDN: +1 (555) 1231234, H.323 IP E.164: 12312321, H.323 IP 
Address: 10.0.0.10). Call will be placed using 64kbps/54kbps 
depending on restrictions.
 
TMS Master Participant, the conference master. When this entity is 
specified, the ParticipantId must be the Cisco TMS System Entity ID as 
given in Cisco TMS. It is only possible to specify a single  Master 
Participant per conference, which must be a Cisco TMS System.
User is not currently supported by the API.