find By Uuids As Json
fun findByUuidsAsJson(vararg uuids: String, listener: ArcVideoStreamCallback)
Content copied to clipboard
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.
listener
ArcVideoStreamCallback use ArcVideoStreamCallback.onJsonResult for successful results
fun findByUuidsAsJson(listener: ArcVideoStreamCallback, vararg uuids: String)
Content copied to clipboard
fun findByUuidsAsJson(uuids: List<String>, listener: ArcVideoStreamCallback)
Content copied to clipboard