Returns a single Track resource represented by TrackName
TODO: Resource-level docs
Returns a single Track resource represented by TrackName or SID.
Path parameters
-
The SID of the Room resource where the Track resource to fetch is published.
-
The SID of the Participant resource with the published track to fetch.
-
The SID of the RoomParticipantPublishedTrack resource to fetch.
GET /v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/PublishedTracks/{Sid}
curl \
-X GET https://video.twilio.com/v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/PublishedTracks/{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",
"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",
"room_sid": "string",
"sid": "string",
"url": "https://example.com"
}