Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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