mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 19:47:47 +00:00
12 lines
338 B
JavaScript
12 lines
338 B
JavaScript
export default {
|
|
SWITCHING_DONE: "ds.switching_done",
|
|
|
|
NEW_STREAM_CREATED: "ds.new_stream_created",
|
|
|
|
/**
|
|
* An event which indicates that the jidesha extension for Firefox is
|
|
* needed to proceed with screen sharing, and that it is not installed.
|
|
*/
|
|
FIREFOX_EXTENSION_NEEDED: "ds.firefox_extension_needed"
|
|
};
|