OpenAPI 3.1.0raw.githubusercontent.com2026-08-191,3412,1385.0 MB

ec31f78cf002

Meeting Session Actions

Stop speaking in a meeting session

Stops any active text-to-speech playback in a meeting session.

post/meeting_sessions/{id}/actions/stop_speaking

Path parameters

idstring required
Example:mtgsess_a1b2c3d4-e5f6-7890-abcd-ef1234567890

Unique identifier for the meeting session.

Response

The stop-speaking action was accepted.

Example response

{
  "data": {
    "accepted": true
  }
}