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