You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

DesktopSharingEventTypes.js 419B

1234567891011121314
  1. var DesktopSharingEventTypes = {
  2. INIT: "ds.init",
  3. SWITCHING_DONE: "ds.switching_done",
  4. NEW_STREAM_CREATED: "ds.new_stream_created",
  5. /**
  6. * An event which indicates that the jidesha extension for Firefox is
  7. * needed to proceed with screen sharing, and that it is not installed.
  8. */
  9. FIREFOX_EXTENSION_NEEDED: "ds.firefox_extension_needed"
  10. };
  11. module.exports = DesktopSharingEventTypes;