Skip to main content

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.

AttributeData TypeDescription
accessCodestring

The DTMF sequence that callers enter to access a meeting. This sequence is customizable.

idinteger

The ID of the access code and role association.

meetingRoomId
read only
integerThe ID of the meeting room. This attribute is only returned in responses to the POST and PUT requests.
roleinteger

The role associated with the access code. Values accepted in this field are:

  • 1 for host
  • 2 for participant
  • 3 for listener

Sample Meeting Key Object

{
"accessCode": "3141591",
"id": 4028,
"meetingRoomId": 2127,
"role": 2
}