1234567891011121314 |
- module.exports = {
- /**
- * An event carrying connection statistics.
- */
- CONNECTION_STATS: "statistics.connectionstats",
- /**
- * FIXME: needs documentation.
- */
- AUDIO_LEVEL: "statistics.audioLevel",
- /**
- * FIXME: needs documentation.
- */
- STOP: "statistics.stop"
- };
|