A Participant is a subresource of a Conference resource and represents a Call currently connected to a particular Conference.
Resource properties
Property | Type | Description |
---|---|---|
uri | string | The URI for this participant resource, relative to the API base URL. |
dateCreated | string date-time | The date that this resource was created (GMT), in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). |
dateUpdated | string date-time | The date that this resource was last updated (GMT), in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). |
dateCreatedISO | string date-time | Date that this resource was created (UTC) in RFC3339 format (e.g., 2024-10-09T15:05:03.358Z). |
dateUpdatedISO | string date-time | Date that this resource was last updated (UTC) in RFC3339 format (e.g., 2024-10-09T15:05:03.358Z). |
revision | integer | Revision count for the resource. Count is set to 1 on creation and is incremented with every update. |
callId | string | ID of the Call associated with this Participant. |
conferenceId | string | ID of the Conference this Participant is in. |
accountId | string | ID of the Account that created this Participant. |
talk | boolean | True if this Participant has talk privileges in the Conference. False otherwise. |
listen | boolean | True if this Participant has listen privileges in the Conference. False otherwise. |
startConfOnEnter | boolean | True if this Participant joining the Conference caused the Conference to start (status = inProgress). False otherwise. |