UNPKG

@selfcommunity/types

Version:

Types to integrate a community created with SelfCommunity.

15 lines (14 loc) 1.1 kB
export var SCLiveStreamViewType; (function (SCLiveStreamViewType) { SCLiveStreamViewType["GALLERY"] = "gallery"; SCLiveStreamViewType["SPEAKER"] = "speaker"; })(SCLiveStreamViewType || (SCLiveStreamViewType = {})); export 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 || (SCLiveStreamConnectionDetailsErrorType = {}));