{
  "conference_name": "My Conf Room",
  "conference_run_time": "590",
  "conference_member_count": "1",
  "members": [
{
  "muted" : false,
  "member_id" : "17",
  "deaf" : false,
  "from" : "1456789903",
  "to" : "1677889900",
  "caller_name" : "John",
  "direction" : "inbound",
  "call_uuid" : "acfbf0b5-12e0-4d74-85f7-fce15f8f07ec",
  "join_time" : "590"
}
  ]
}

Attributes

AttributeTypeDescription
conference_namestringName used to identify the conference.
conference_run_timestringTime (in seconds) since the conference was initiated.
conference_member_countstringNumber of members currently active in the conference.
member_idstringUnique ID of the member within the conference.
mutedbooleantrue if the member is currently muted.
deafbooleantrue if the member cannot hear conversations in the conference.
fromstringSource of the call — either a PSTN number or SIP endpoint.
tostringConference bridge number — either a Plivo number or an application URL.
caller_namestringName of the caller (only available if the call was made from a SIP endpoint). Empty if not specified.
directionstringDirection of the call — either inbound or outbound.
call_uuidstringUnique identifier of the call.
join_timestringTime (in seconds) since the member joined the conference.

The response also includes the following attributes for each member active in the conference.

Along with the above attributes, the response includes the following attributes for each member active in the conference.

{
  "conference_name": "My Conf Room",
  "conference_run_time": "590",
  "conference_member_count": "1",
  "members": [
{
  "muted" : false,
  "member_id" : "17",
  "deaf" : false,
  "from" : "1456789903",
  "to" : "1677889900",
  "caller_name" : "John",
  "direction" : "inbound",
  "call_uuid" : "acfbf0b5-12e0-4d74-85f7-fce15f8f07ec",
  "join_time" : "590"
}
  ]
}