bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/video-provider/enums.ts

10 lines
147 B
TypeScript
Raw Normal View History

export const VIDEO_TYPES = Object.freeze({
CONNECTING: 'connecting',
STREAM: 'stream',
GRID: 'grid',
});
export default {
VIDEO_TYPES,
};