Get information about a specific conference participant
GET {{voxeet-api-endpoint}}/v1/monitor/conferences/{{dolby-conference-id}}/participants/{{dolby-participant-id}}?type=pstn&from=0&to=9999999999999&max=100&start=
Get the statistics and connection details of a conference participant, during a specific time range.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
type | string | The conference participant type |
user
- a participant who can send and receive video/audio stream to/from the conferencelistener
- a participant who can only receive video/audio stream from the conferencepstn
- a participant who connected to the conference using PSTN (telephony network)mixer
- an internal type indicating a mixer connection to the conference | |from
| number | | The beginning of the time range (in milliseconds that have elapsed since epoch). | |to
| number | | The end of the time range (in milliseconds that have elapsed since epoch). | |max
| number | | The maximum number of displayed results. We recommend setting the proper value of this parameter to shorten the response time. | |start
| null | | When the results span multiple pages, use this option to navigate through pages. By default, only themax
number of results is displayed. To see the next results, set thestart
parameter to the value of thenext
key returned in the previous response. |