startHLSBroadcasting

@POST(value = "/video/call/{type}/{id}/start_broadcasting")
abstract suspend fun startHLSBroadcasting(@Path(value = "type") type: String, @Path(value = "id") id: String): StartHLSBroadcastingResponse

Start HLS broadcasting Starts HLS broadcasting Required permissions: - StartBroadcasting Responses:

  • 201: Successful response

  • 400: Bad request

  • 429: Too many requests

Return

StartHLSBroadcastingResponse

Parameters

type
id