Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

Events.js 478B

123456789101112131415161718
  1. module.exports = {
  2. /**
  3. * FIXME: needs documentation.
  4. */
  5. AUDIO_LEVEL: "statistics.audioLevel",
  6. /**
  7. * Notifies about audio problem with remote participant.
  8. */
  9. AUDIO_NOT_WORKING: "statistics.audio_not_working",
  10. /**
  11. * An event carrying connection statistics.
  12. */
  13. CONNECTION_STATS: "statistics.connectionstats",
  14. /**
  15. * An event carrying all statistics by ssrc.
  16. */
  17. BYTE_SENT_STATS: "statistics.byte_sent_stats"
  18. };