var MediaStreamType = {
VIDEO_TYPE: "Video",
AUDIO_TYPE: "Audio"
};
////These lines should be uncommented when require works in app.js
//module.exports = MediaStreamType;