Returns a list of tracks associated with a given Participant. Only `currently` Published Tracks are in the list resource.
Returns a list of tracks associated with a given Participant. Only currently
Published Tracks are in the list resource.
Path parameters
-
The SID of the Room resource where the Track resources to read are published.
-
The SID of the Participant resource with the published tracks to read.
GET
/v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/PublishedTracks
curl \
--request GET 'https://video.twilio.com/v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/PublishedTracks' \
--user "username:password"
Response examples (200)
{
"meta": {
"key": "published_tracks",
"url": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants/PAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/PublishedTracks?PageSize=50&Page=0",
"page": 0,
"page_size": 50,
"next_page_url": null,
"first_page_url": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants/PAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/PublishedTracks?PageSize=50&Page=0",
"previous_page_url": null
},
"published_tracks": []
}