Skip to main content
POST
Send chat in a meeting session

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Unique identifier for the meeting session.

Example:

"mtgsess_a1b2c3d4-e5f6-7890-abcd-ef1234567890"

Body

application/json
text
string
required

Chat message text to send in the meeting.

Required string length: 1 - 4000

Response

The chat message was accepted and is being delivered.

data
object
required