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 310B

1234567891011121314
  1. module.exports = {
  2. /**
  3. * An event carrying connection statistics.
  4. */
  5. CONNECTION_STATS: "statistics.connectionstats",
  6. /**
  7. * FIXME: needs documentation.
  8. */
  9. AUDIO_LEVEL: "statistics.audioLevel",
  10. /**
  11. * FIXME: needs documentation.
  12. */
  13. STOP: "statistics.stop"
  14. };