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