mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-07-28 13:37:46 +00:00
6 lines
110 B
JavaScript
6 lines
110 B
JavaScript
var MediaStreamType = {
|
|
VIDEO_TYPE: "Video",
|
|
|
|
AUDIO_TYPE: "Audio"
|
|
};
|
|
module.exports = MediaStreamType; |