@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
16 lines (15 loc) • 461 B
TypeScript
import { SCLiveStreamViewType } from '@selfcommunity/types';
export declare const PREFIX = "SCLiveStreamForm";
/**
* Default live stream settings
*/
export declare const LIVESTREAM_DEFAULT_SETTINGS: {
muteParticipants: boolean;
hideParticipantsList: boolean;
automaticallyNotifyFollowers: boolean;
disableVideo: boolean;
disableChat: boolean;
disableShareScreen: boolean;
showInProfile: boolean;
view: SCLiveStreamViewType;
};