@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
22 lines (21 loc) • 491 B
JavaScript
export const PREFIX = 'SCLiveStreamRoom';
export const defaultVideoOptions = {
hq: true,
codec: 'vp9'
};
/**
* Start the checking after a delay
* In minutes
*/
export const LIVE_CHECKING_INITIAL_DELAY_HOST = 4;
export const LIVE_CHECKING_INITIAL_DELAY_GUEST = 1;
/**
* Checking live status on VideoLiveConference
* In minutes
*/
export const LIVE_CHECKING_INTERVAL = 1;
/**
* Warning threshold expiring soon
* In minutes
*/
export const WARNING_THRESHOLD_EXPIRING_SOON = 5;