Meeting Key Object
The keychain
array holds the meeting access codes. The three access levels are host, participant, and listener.
note
Note that there can be multiple access codes for each access level.
Attribute | Data Type | Description |
---|---|---|
accessCode | string | The DTMF sequence that callers enter to access a meeting. This sequence is customizable. |
id | integer | The ID of the access code and role association. |
meetingRoomId read only | integer | The ID of the meeting room. This attribute is only returned in responses to the POST and PUT requests. |
role | integer | The role associated with the access code. Values accepted in this field are:
|
Sample Meeting Key Object
{
"accessCode": "3141591",
"id": 4028,
"meetingRoomId": 2127,
"role": 2
}