get_active_participant
Retrieve a single active participant by ID or name, optionally within a specific conference, without needing to list all participants first.
Instructions
Retrieve a single active participant.
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 | |||