Conference

Get room participant details

Get room participant details.

get/conference_rooms/{id}/participants/{participant_id}

Path parameters

idstring required

The unique ID of the resource.

Example:NzAwNTUxOTA5NzczMTQ4MTYw

The unique ID of conference room.

participant_idstring required

The unique ID of the resource.

Example:NzAwNTUxOTA5NzczMTQ4MTYw

The id of the participant.

Response

OK

idstring

The unique ID of the resource.

display_namestring

The display name of conference room participant.

mutedboolean

Whether the participant is muted.

chairmanboolean

Indicates whether the user is chairman of the conference room.

positioninteger

The position of room member.
The member will not be displayed when -1 is specified.

Example response

{
  "id": "NzAwNTUxOTA5NzczMTQ4MTYw",
  "display_name": "\"example\"<sip:100@example.com>"
}