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

twilio.com:twilio_video_v1

Summary:
Operation ID: FetchRoomParticipantSubscribedTrack
Auth: unknown
Description

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.

Parameters (3)

ParticipantSid (string, path, required)

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

RoomSid (string, path, required)

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

Sid (string, path, required)

The SID of the RoomParticipantSubscribedTrack resource to fetch.

Constraints: {'minLength': 34, 'maxLength': 34, 'pattern': '^MT[0-9a-fA-F]{32}$'}

No probe data for this endpoint yet.