OpenAPI 3.1.0raw.githubusercontent.com2026-08-171,3412,1384.9 MB

1571b0380bd7

Meeting Session Actions

Send chat in a meeting session

Sends a chat message into a meeting session.

post/meeting_sessions/{id}/actions/send_chat

Path parameters

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

Unique identifier for the meeting session.

Request body

textstring required

Chat message text to send in the meeting.

Response

The chat message was accepted and is being delivered.

Example response

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