findByUuidsAsJson

fun findByUuidsAsJson(vararg uuids: String, listener: ArcVideoStreamCallback)

Returns a json representation of an array containing the ArcVideoStream objects for the given UUIDs

Return

List of ArcVideoStream objects

Parameters

uuids

Array of strings with the UUIDs of the videos to retrieve. Use this method if the UUID list is a fixed size array.


fun findByUuidsAsJson(listener: ArcVideoStreamCallback, vararg uuids: String)
fun findByUuidsAsJson(uuids: List<String>, listener: ArcVideoStreamCallback)