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 Sends events: - call.live_started Required permissions: - UpdateCall Responses:

  • 201: Successful response

  • 400: Bad request

  • 429: Too many requests

Return

GoLiveResponse

Parameters

type
id
goLiveRequest