Returns a single Track resource represented by `track_sid`
TODO: Resource-level docs
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.
Path parameters
-
The SID of the Room where the Track resource to fetch is subscribed.
-
The SID of the participant that subscribes to the Track resource to fetch.
-
The SID of the RoomParticipantSubscribedTrack resource to fetch.
GET /v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/SubscribedTracks/{Sid}
curl \
-X GET https://video.twilio.com/v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/SubscribedTracks/{Sid} \
--user "username:password"
Response examples (200)
{
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"enabled": true,
"kind": "audio",
"name": "string",
"participant_sid": "string",
"publisher_sid": "string",
"room_sid": "string",
"sid": "string",
"url": "https://example.com"
}
Response examples (200)
{
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"enabled": true,
"kind": "audio",
"name": "string",
"participant_sid": "string",
"publisher_sid": "string",
"room_sid": "string",
"sid": "string",
"url": "https://example.com"
}