jiti-meet/service/desktopsharing/DesktopSharingEventTypes.js

15 lines
419 B
JavaScript
Raw Normal View History

2015-01-13 13:11:05 +00:00
var DesktopSharingEventTypes = {
INIT: "ds.init",
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"
2015-01-13 13:11:05 +00:00
};
module.exports = DesktopSharingEventTypes;