You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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. };