Sessions

Fetch details of a participant

Returns details of the given participant ID along with call statistics for the given session ID.

get/sessions/{session_id}/participants/{participant_id}

Path parameters

participant_idstring required

ID of the participant

session_idstring required

ID of the session

Query parameters

filters'device_info' | 'ip_information' | 'precall_network_information' | 'events' | 'quality_stats'
Example:device_info,ip_information,events

Comma separated list of filters to apply. Note that there must be no spaces between the filters.

include_peer_eventsboolean

if true, response includes all the peer events of participant.

Response

Returns details of a participant along with callstats data.

successboolean