Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
12345678910 |
- /**
- * Indicates that the local connection statistics were updated.
- */
- export const LOCAL_STATS_UPDATED = 'cq.local_stats_updated';
-
- /**
- * Indicates that the connection statistics for a particular remote participant
- * were updated.
- */
- export const REMOTE_STATS_UPDATED = 'cq.remote_stats_updated';
|