sendCallEvent

@POST(value = "/video/call/{type}/{id}/event")
abstract suspend fun sendCallEvent(@Path(value = "type") type: String, @Path(value = "id") id: String, @Body sendCallEventRequest: SendCallEventRequest): SendCallEventResponse

Send custom event Sends custom event to the call Sends events: - custom Required permissions: - SendEvent Responses:

  • 201: Successful response

  • 400: Bad request

  • 429: Too many requests

Return

SendCallEventResponse

Parameters

type
id
sendCallEventRequest