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"
|
|
};
|