Participants | Get Participant Tracks
Retrieves a list of tracks for a specific participant in a room.
get
Parameter
Field |
Type |
Description |
roomId
|
String
|
The ID of the room.
|
sessionId
|
String
|
The session ID of the participant.
|
Success 200
Field |
Type |
Description |
publishedTracks
|
Object
|
Array of published track names.
|
Error 4xx
Name |
Description |
404
|
Room or Participant not found.
|
Participants | Get Participants
Retrieves a list of all participants in a specified room along with their published tracks.
get
Parameter
Field |
Type |
Description |
roomId
|
String
|
The ID of the room.
|
Success 200
Field |
Type |
Description |
participants
|
Object
|
An object containing an array of participants.
|
Error 4xx
Name |
Description |
404
|
Room or Participant not found.
|