goLive

@POST(value = "/video/call/{type}/{id}/go_live")
abstract suspend fun goLive(@Path(value = "type") type: String, @Path(value = "id") id: String, @Body goLiveRequest: GoLiveRequest): GoLiveResponse

Set call as live