@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
19 lines (18 loc) • 561 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.LIVESTREAM_DEFAULT_SETTINGS = exports.PREFIX = void 0;
const types_1 = require("@selfcommunity/types");
exports.PREFIX = 'SCLiveStreamForm';
/**
* Default live stream settings
*/
exports.LIVESTREAM_DEFAULT_SETTINGS = {
muteParticipants: true,
hideParticipantsList: false,
automaticallyNotifyFollowers: false,
disableVideo: true,
disableChat: false,
disableShareScreen: true,
showInProfile: true,
view: types_1.SCLiveStreamViewType.SPEAKER
};
;