15 lines
310 B
JavaScript
15 lines
310 B
JavaScript
|
module.exports = {
|
||
|
/**
|
||
|
* An event carrying connection statistics.
|
||
|
*/
|
||
|
CONNECTION_STATS: "statistics.connectionstats",
|
||
|
/**
|
||
|
* FIXME: needs documentation.
|
||
|
*/
|
||
|
AUDIO_LEVEL: "statistics.audioLevel",
|
||
|
/**
|
||
|
* FIXME: needs documentation.
|
||
|
*/
|
||
|
STOP: "statistics.stop"
|
||
|
};
|