mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 22:37:46 +00:00
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"
|
|
};
|