Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

ConnectionQualityEvents.js 302B

12345678910
  1. /**
  2. * Indicates that the local connection statistics were updated.
  3. */
  4. export const LOCAL_STATS_UPDATED = 'cq.local_stats_updated';
  5. /**
  6. * Indicates that the connection statistics for a particular remote participant
  7. * were updated.
  8. */
  9. export const REMOTE_STATS_UPDATED = 'cq.remote_stats_updated';