stopHLSBroadcasting

@POST(value = "/video/call/{type}/{id}/stop_broadcasting")
abstract suspend fun stopHLSBroadcasting(@Path(value = "type") type: String, @Path(value = "id") id: String): StopHLSBroadcastingResponse

Stop HLS broadcasting Stops HLS broadcasting Required permissions: - StopBroadcasting Responses:

  • 201: Successful response

  • 400: Bad request

  • 429: Too many requests

Return

StopHLSBroadcastingResponse

Parameters

type
id