Individual Speaker Balance
This endpoint allows you to retrieve the list of speakers along with their speaking percentages in a processed meeting.
URL: /speakers-balance
/speakers-balanceMethod: GET
GETParameters
Responses
{ "speakers": [ { "meeting_speaking_percentage": 0.0, "id": "string" } ] }
{ "message": "Bad request" }
{ "message": "Unauthorized" }
{ "message": "Meeting not found" }
Last updated