stopLive

@POST(value = "/video/call/{type}/{id}/stop_live")
abstract suspend fun stopLive(@Path(value = "type") type: String, @Path(value = "id") id: String): StopLiveResponse

Set call as not live Sends events: - call.updated Required permissions: - UpdateCall Responses:

  • 201: Successful response

  • 400: Bad request

  • 429: Too many requests

Return

StopLiveResponse

Parameters

type
id