Liste des flux
Un objet, renvoyé par la fonction OpenTok.listStreams() méthode représentant une liste de flux dans une session OpenTok.
Table des matières
getItems() : tableau<chaîne|entier, Flux> : Renvoie un tableau d'objets Stream.
jsonSerialize() : tableau<chaîne|entier, type mixte>
totalCount() : int : Renvoie le nombre total de flux associés à l'identifiant de session.
Méthodes
getItems()
Renvoie un tableau d'objets Stream.
public getItems() : array<string|int, Stream>
Valeurs de retour
tableau<chaîne|entier, Flux> —
jsonSerialize()
public jsonSerialize() : array<string|int, mixed>
Valeurs de retour
tableau<chaîne|entier, type mixte> —
totalCount()
Renvoie le nombre total de flux associés à cet identifiant de session.
public totalCount() : int
Valeurs de retour
int —