Speaker Detection
Returns a list of speakers in a meeting
GET /api/meeting/speakers HTTP/1.1Response
Response Properties
Property
Type
Description
Example Response
{
"speakers": [
{
"alias": "Daniel",
"id": "1c2ee2da-e2f6-433d-b554-248707c2491c"
},
{
"alias": "Adrian",
"id": "2d3fe3da-f3e6-444d-b555-349707b2492b"
}
]
}Error Handling
Example Error Response
Last updated