162f62d432a2

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-04-143933299.0 KB
VideoV1Participant

get/v1/Rooms/{RoomSid}/Participants/{Sid}

Path parameters

RoomSidstring required

The SID of the room with the Participant resource to fetch.

Sidstring required

The SID of the RoomParticipant resource to fetch.

Response

OK

sidstring nullable

The unique string that we created to identify the RoomParticipant resource.

room_sidstring nullable

The SID of the participant's room.

account_sidstring nullable

The SID of the Account that created the RoomParticipant resource.

status'connected' | 'disconnected' | 'reconnecting'

The status of the Participant. Can be: connected or disconnected.

identitystring nullable

The application-defined string that uniquely identifies the resource's User within a Room. If a client joins with an existing Identity, the existing client is disconnected. See access tokens and limits for more info.

date_createdstring date-time nullable

The date and time in GMT when the resource was created specified in ISO 8601 format.

date_updatedstring date-time nullable

The date and time in GMT when the resource was last updated specified in ISO 8601 format.

start_timestring date-time nullable

The time of participant connected to the room in ISO 8601 format.

end_timestring date-time nullable

The time when the participant disconnected from the room in ISO 8601 format.

durationinteger nullable

The duration in seconds that the participant was connected. Populated only after the participant is disconnected.

urlstring uri nullable

The absolute URL of the resource.

linksobject nullable

The URLs of related resources.