Speaker Detection
Returns a list of speakers in a meeting
This endpoint accepts GET
requests with no request parameters.
Endpoint
Response
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
.
Response Properties
Property | Type | Description |
---|---|---|
| string | The alias of the speaker. |
| string | The unique identifier of the speaker. |
Example Response
Error Handling
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.
Example Error Response
Note: This documentation is for the /api/meeting/speakers
endpoint only. For details on other endpoints, please refer to their respective documentation.
Last updated