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.
| 123456789 |
- var DesktopSharingEventTypes = {
- /**
- * 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"
- };
-
- module.exports = DesktopSharingEventTypes;
|