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