v50

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

Returns a single Track resource represented by `track_sid`. Note: This is one resource with the Video API that requires a SID, be Track Name on the subscriber side is not guaranteed to be unique.

Returns a single Track resource represented by track_sid. Note: This is one resource with the Video API that requires a SID, be Track Name on the subscriber side is not guaranteed to be unique.

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

Path parameters

RoomSidstring required

The SID of the Room where the Track resource to fetch is subscribed.

ParticipantSidstring required

The SID of the participant that subscribes to the Track resource to fetch.

Sidstring required

The SID of the RoomParticipantSubscribedTrack resource to fetch.

Response

OK

sidstring nullable

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

participant_sidstring nullable

The SID of the participant that subscribes to the track.

publisher_sidstring nullable

The SID of the participant that publishes the track.

room_sidstring nullable

The SID of the room where the track is published.

namestring nullable

The track name. Must have no more than 128 characters and be unique among the participant's published tracks.

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.

enabledboolean nullable

Whether the track is enabled.

kind'audio' | 'video' | 'data'

The track type. Can be: audio, video or data.

urlstring uri nullable

The absolute URL of the resource.