mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-17 20:07:48 +00:00
7 lines
167 B
JavaScript
7 lines
167 B
JavaScript
var CQEvents = {
|
|
LOCALSTATS_UPDATED: "cq.localstats_updated",
|
|
REMOTESTATS_UPDATED: "cq.remotestats_updated",
|
|
STOP: "cq.stop"
|
|
};
|
|
|
|
module.exports = CQEvents; |