findByUuids

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

Returns an array containing the ArcVideoStream objects for the given UUIDs

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 findByUuids(listener: ArcVideoStreamCallback, vararg uuids: String)
fun findByUuids(uuids: List<String>, listener: ArcVideoStreamCallback)