endCall

@POST(value = "/video/call/{type}/{id}/mark_ended")
abstract suspend fun endCall(@Path(value = "type") type: String, @Path(value = "id") id: String): EndCallResponse

End call Sends events: - call.ended Required permissions: - EndCall Responses:

  • 201: Successful response

  • 400: Bad request

  • 429: Too many requests

Return

EndCallResponse

Parameters

type
id