mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-07-29 14:07:46 +00:00
9 lines
191 B
JavaScript
9 lines
191 B
JavaScript
var DesktopSharingEventTypes = {
|
|
INIT: "ds.init",
|
|
|
|
SWITCHING_DONE: "ds.switching_done",
|
|
|
|
NEW_STREAM_CREATED: "ds.new_stream_created"
|
|
};
|
|
|
|
module.exports = DesktopSharingEventTypes; |