jiti-meet/service/desktopsharing/DesktopSharingEventTypes.js

10 lines
252 B
JavaScript

var DesktopSharingEventTypes = {
INIT: "ds.init",
SWITCHING_DONE: "ds.switching_done",
NEW_STREAM_CREATED: "ds.new_stream_created"
};
//These lines should be uncommented when require works in app.js
//module.exports = NEW_STREAM_CREATED;