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

KeyDatatypeRequiredDescription
typestringThe conference participant type
  • user - a participant who can send and receive video/audio stream to/from the conference
  • listener - a participant who can only receive video/audio stream from the conference
  • pstn - 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 the max number of results is displayed. To see the next results, set the start parameter to the value of the next key returned in the previous response. |