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

123456789
  1. var DesktopSharingEventTypes = {
  2. INIT: "ds.init",
  3. SWITCHING_DONE: "ds.switching_done",
  4. NEW_STREAM_CREATED: "ds.new_stream_created"
  5. };
  6. module.exports = DesktopSharingEventTypes;