UNPKG

@selfcommunity/react-ui

Version:

React UI Components to integrate a Community created with SelfCommunity Platform.

14 lines (13 loc) 643 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LiveStreamType = exports.CreateLiveStreamStep = void 0; var CreateLiveStreamStep; (function (CreateLiveStreamStep) { CreateLiveStreamStep["SELECT_TYPE"] = "_select_type"; CreateLiveStreamStep["CREATE_LIVE"] = "_create_live"; })(CreateLiveStreamStep = exports.CreateLiveStreamStep || (exports.CreateLiveStreamStep = {})); var LiveStreamType; (function (LiveStreamType) { LiveStreamType["EVENT_LIVE"] = "_event_live"; LiveStreamType["DIRECT_LIVE"] = "_direct_live"; })(LiveStreamType = exports.LiveStreamType || (exports.LiveStreamType = {}));