sendVideoReaction

@POST(value = "/video/call/{type}/{id}/reaction")
abstract suspend fun sendVideoReaction(@Path(value = "type") type: String, @Path(value = "id") id: String, @Body sendReactionRequest: SendReactionRequest): SendReactionResponse

Send reaction to the call Sends reaction to the call Sends events: - call.reaction_new Required permissions: - CreateCallReaction Responses:

  • 201: Successful response

  • 400: Bad request

  • 429: Too many requests

Return

SendReactionResponse

Parameters

type
id
sendReactionRequest