stopLive

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

Set call as not live