Conference Participants

A Participant is a subresource of a Conference resource and represents a Call currently connected to a particular Conference.

Resource properties

PropertyTypeDescription
uristringThe URI for this participant resource, relative to the API base URL.
dateCreatedstring date-timeThe date that this resource was created (GMT), in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT).
dateUpdatedstring date-timeThe date that this resource was last updated (GMT), in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT).
revisionintegerRevision count for the resource. Count is set to 1 on creation and is incremented with every update.
callIdstringID of the Call associated with this Participant.
conferenceIdstringID of the Conference this Participant is in.
accountIdstringID of the Account that created this Participant.
talkbooleanTrue if this Participant has talk privileges in the Conference. False otherwise.
listenbooleanTrue if this Participant has listen privileges in the Conference. False otherwise.
startConfOnEnterbooleanTrue if this Participant joining the Conference caused the Conference to start (status = inProgress). False otherwise.