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