get_participant_quality
Retrieve live call quality for an active participant, including packet loss, bitrate, jitter, and codec details. Resolves participants by name or UUID.
Instructions
Live call quality for one active participant.
Combines two Status API endpoints into one response:
the participant record (call_quality, connect_time, conference, role, protocol, remote_address, location, current packet loss summary)
all media streams for the participant (per-stream rx/tx bitrate, packet loss, jitter, codec, resolution).
For "is Alice's call OK right now?" use cases — pass the name directly. For post-call quality forensics, use get_history_participant which exposes bucketed_call_quality.
Args: participant_id: UUID, or the participant's display name (e.g. "Bob") — names are resolved against currently connected participants automatically, so there is no need to call list_active_participants first. conference: Optional conference name to scope a display-name lookup when the name might not be unique across meetings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conference | No | ||
| participant_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||