Speaker Detection
Returns a list of speakers in a meeting
Last updated
Returns a list of speakers in a meeting
Last updated
This endpoint accepts GET
requests with no request parameters.
Endpoint
The response payload is a JSON object that contains a speakers
array. Each element of the speakers
array is an object with two properties: alias
and id
.
Property | Type | Description |
---|---|---|
If an error occurs while processing the request, the API will return a response with a status code indicating the error type and a JSON object containing an error
property with a description of the error.
Note: This documentation is for the /api/meeting/speakers
endpoint only. For details on other endpoints, please refer to their respective documentation.
alias
string
The alias of the speaker.
id
string
The unique identifier of the speaker.