| 123456789101112131415161718 |
- module.exports = {
- /**
- * FIXME: needs documentation.
- */
- AUDIO_LEVEL: "statistics.audioLevel",
- /**
- * Notifies about audio problem with remote participant.
- */
- AUDIO_NOT_WORKING: "statistics.audio_not_working",
- /**
- * An event carrying connection statistics.
- */
- CONNECTION_STATS: "statistics.connectionstats",
- /**
- * An event carrying all statistics by ssrc.
- */
- BYTE_SENT_STATS: "statistics.byte_sent_stats"
- };
|