stopAllRTMPBroadcasts

@POST(value = "/video/call/{type}/{id}/rtmp_broadcasts/stop")
abstract suspend fun stopAllRTMPBroadcasts(@Path(value = "type") type: String, @Path(value = "id") id: String): StopAllRTMPBroadcastsResponse

Stop all RTMP broadcasts for a call Stop all RTMP broadcasts for the provided call