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 306B

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