@selfcommunity/types
Version:
Types to integrate a community created with SelfCommunity.
18 lines (17 loc) • 1.35 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SCLiveStreamConnectionDetailsErrorType = exports.SCLiveStreamViewType = void 0;
var SCLiveStreamViewType;
(function (SCLiveStreamViewType) {
SCLiveStreamViewType["GALLERY"] = "gallery";
SCLiveStreamViewType["SPEAKER"] = "speaker";
})(SCLiveStreamViewType = exports.SCLiveStreamViewType || (exports.SCLiveStreamViewType = {}));
var SCLiveStreamConnectionDetailsErrorType;
(function (SCLiveStreamConnectionDetailsErrorType) {
SCLiveStreamConnectionDetailsErrorType["LIVE_STREAM_IS_CLOSED"] = "LIVE_STREAM_IS_CLOSED";
SCLiveStreamConnectionDetailsErrorType["MONTHLY_MINUTE_LIMIT_REACHED"] = "MONTHLY_MINUTE_LIMIT_REACHED";
SCLiveStreamConnectionDetailsErrorType["WAITING_HOST_TO_START_LIVE_STREAM"] = "WAITING_HOST_TO_START_LIVE_STREAM";
SCLiveStreamConnectionDetailsErrorType["PARTICIPANTS_LIMIT_REACHED"] = "PARTICIPANTS_LIMIT_REACHED";
SCLiveStreamConnectionDetailsErrorType["PARTICIPATE_THE_EVENT_TO_JOIN_LIVE_STREAM"] = "PARTICIPATE_THE_EVENT_TO_JOIN_LIVE_STREAM";
SCLiveStreamConnectionDetailsErrorType["USER_BANNED_FOR_THIS_LIVE_STREAM"] = "USER_BANNED_FOR_THIS_LIVE_STREAM";
})(SCLiveStreamConnectionDetailsErrorType = exports.SCLiveStreamConnectionDetailsErrorType || (exports.SCLiveStreamConnectionDetailsErrorType = {}));