Send Voice Message

POST /client/voice-message/

Use the POST /client/voice-message/ endpoint to send a voice message during a call. This allows for transmitting audio messages as part of the communication over a call.


Parameters

This endpoint does not require any parameters.


Responses

201 Created

Description: The voice message was successfully sent.

Example Response:

{
  "message": "Voice message sent successfully.",
  "timestamp": "2024-11-17T10:45:00Z"
}

Last updated