Files
jitsi-meet/react/features/shared-video/constants.js
Calinteodor 430591bd1e feat(shared-video) refactor dialog to use React
Also unify the mobile and web features into one, even though internally they still have separate ways to enable the functionality.
2021-03-03 15:37:38 +01:00

20 lines
367 B
JavaScript

// @flow
/**
* Example shared video link.
* @type {string}
*/
export const defaultSharedVideoLink = 'https://youtu.be/TB7LlM4erx8';
/**
* Fixed name of the video player fake participant.
* @type {string}
*/
export const VIDEO_PLAYER_PARTICIPANT_NAME = 'YouTube';
/**
* Shared video command.
* @type {string}
*/
export const SHARED_VIDEO = 'shared-video';