Returns a list of tracks that are subscribed for the participant.
Returns a list of tracks that are subscribed for the participant.
Path parameters
-
The SID of the Room resource with the Track resources to read.
-
The SID of the participant that subscribes to the Track resources to read.
GET
/v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/SubscribedTracks
curl \
--request GET 'https://video.twilio.com/v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/SubscribedTracks' \
--user "username:password"
Response examples (200)
{
"meta": {
"key": "subscribed_tracks",
"url": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants/PAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/SubscribedTracks?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/SubscribedTracks?PageSize=50&Page=0",
"previous_page_url": null
},
"subscribed_tracks": []
}