@webex/plugin-meetings 1.152.1 → 1.153.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common/errors/webex-errors.js +27 -3
- package/dist/common/errors/webex-errors.js.map +1 -1
- package/dist/constants.js +8 -6
- package/dist/constants.js.map +1 -1
- package/dist/meeting/index.js +3 -3
- package/dist/meeting/index.js.map +1 -1
- package/dist/meeting/state.js +8 -15
- package/dist/meeting/state.js.map +1 -1
- package/dist/meetings/index.js +22 -0
- package/dist/meetings/index.js.map +1 -1
- package/dist/peer-connection-manager/index.js +52 -44
- package/dist/peer-connection-manager/index.js.map +1 -1
- package/dist/peer-connection-manager/util.js +28 -0
- package/dist/peer-connection-manager/util.js.map +1 -0
- package/package.json +5 -5
- package/src/common/errors/webex-errors.js +21 -2
- package/src/constants.js +4 -5
- package/src/meeting/index.js +3 -3
- package/src/meeting/state.js +8 -17
- package/src/meetings/index.js +17 -0
- package/src/peer-connection-manager/index.js +46 -46
- package/src/peer-connection-manager/util.js +19 -0
- package/test/unit/spec/meeting/index.js +20 -1
- package/test/unit/spec/meetings/index.js +29 -0
- package/test/unit/spec/peerconnection-manager/index.js +69 -0
- package/test/unit/spec/peerconnection-manager/utils.js +25 -0
|
@@ -11,7 +11,7 @@ _Object$defineProperty(exports, "__esModule", {
|
|
|
11
11
|
});
|
|
12
12
|
|
|
13
13
|
exports.createMeetingsError = createMeetingsError;
|
|
14
|
-
exports.InvalidSdpError = exports.UserInLobbyError = exports.NoMediaEstablishedYetError = exports.UserNotJoinedError = exports.MeetingNotActiveError = void 0;
|
|
14
|
+
exports.IceGatheringFailed = exports.InvalidSdpError = exports.UserInLobbyError = exports.NoMediaEstablishedYetError = exports.UserNotJoinedError = exports.MeetingNotActiveError = void 0;
|
|
15
15
|
|
|
16
16
|
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime-corejs2/helpers/classCallCheck"));
|
|
17
17
|
|
|
@@ -153,9 +153,9 @@ var InvalidSdpError = /*#__PURE__*/function (_WebexMeetingsError5) {
|
|
|
153
153
|
|
|
154
154
|
var _super5 = _createSuper(InvalidSdpError);
|
|
155
155
|
|
|
156
|
-
function InvalidSdpError() {
|
|
156
|
+
function InvalidSdpError(message) {
|
|
157
157
|
(0, _classCallCheck2.default)(this, InvalidSdpError);
|
|
158
|
-
return _super5.call(this, InvalidSdpError.CODE, 'iceConnection: sdp generated is invalid');
|
|
158
|
+
return _super5.call(this, InvalidSdpError.CODE, message || 'iceConnection: sdp generated is invalid');
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
return InvalidSdpError;
|
|
@@ -164,4 +164,28 @@ var InvalidSdpError = /*#__PURE__*/function (_WebexMeetingsError5) {
|
|
|
164
164
|
exports.InvalidSdpError = InvalidSdpError;
|
|
165
165
|
(0, _defineProperty2.default)(InvalidSdpError, "CODE", 30201);
|
|
166
166
|
WebExMeetingsErrors[InvalidSdpError.CODE] = InvalidSdpError;
|
|
167
|
+
/**
|
|
168
|
+
* @class IceGatheringFailed
|
|
169
|
+
* @classdesc Raised whenever ice gathering fails.
|
|
170
|
+
* @extends WebexMeetingsError
|
|
171
|
+
* @property {number} code - 30202
|
|
172
|
+
* @property {string} message - 'user failed ice gathering check network/firewall'
|
|
173
|
+
*/
|
|
174
|
+
|
|
175
|
+
var IceGatheringFailed = /*#__PURE__*/function (_WebexMeetingsError6) {
|
|
176
|
+
(0, _inherits2.default)(IceGatheringFailed, _WebexMeetingsError6);
|
|
177
|
+
|
|
178
|
+
var _super6 = _createSuper(IceGatheringFailed);
|
|
179
|
+
|
|
180
|
+
function IceGatheringFailed() {
|
|
181
|
+
(0, _classCallCheck2.default)(this, IceGatheringFailed);
|
|
182
|
+
return _super6.call(this, IceGatheringFailed.CODE, 'iceConnection: gethering ice candidate failed');
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
return IceGatheringFailed;
|
|
186
|
+
}(_webexMeetingsError.default);
|
|
187
|
+
|
|
188
|
+
exports.IceGatheringFailed = IceGatheringFailed;
|
|
189
|
+
(0, _defineProperty2.default)(IceGatheringFailed, "CODE", 30202);
|
|
190
|
+
WebExMeetingsErrors[IceGatheringFailed.CODE] = IceGatheringFailed;
|
|
167
191
|
//# sourceMappingURL=webex-errors.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["webex-errors.js"],"names":["WebExMeetingsErrors","createMeetingsError","code","message","WebexMeetingsError","MeetingNotActiveError","CODE","UserNotJoinedError","NoMediaEstablishedYetError","UserInLobbyError","InvalidSdpError"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAWA;;;;;;AAEA,IAAMA,mBAAmB,GAAG,EAA5B;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AACO,SAASC,mBAAT,CAA6BC,IAA7B,EAAmCC,OAAnC,EAA4C;AACjDD,EAAAA,IAAI,GAAG,OAAOA,IAAP,KAAgB,QAAhB,GAA2BA,IAA3B,GAAkC,CAAzC;AACAC,EAAAA,OAAO,GAAG,OAAOA,OAAP,KAAmB,QAAnB,IAA+BA,OAA/B,GAAyCA,OAAzC,GAAmD,eAA7D;AAEA,SAAOH,mBAAmB,CAACE,IAAD,CAAnB,GAA4B,IAAIF,mBAAmB,CAACE,IAAD,CAAvB,EAA5B,GAA8D,IAAIE,2BAAJ,CAAuBF,IAAvB,EAA6BC,OAA7B,CAArE;AACD;AAED;AACA;AACA;AACA;AACA;AACA;AACA;;;IACME,qB;;;;;AAGJ,mCAAc;AAAA;AAAA,6BACNA,qBAAqB,CAACC,IADhB,EACsB,yCADtB;AAEb;;;EALiCF,2B;;;8BAA9BC,qB,UACU,K;AAQhBL,mBAAmB,CAACK,qBAAqB,CAACC,IAAvB,CAAnB,GAAkDD,qBAAlD;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;IACME,kB;;;;;AAGJ,gCAAc;AAAA;AAAA,8BACNA,kBAAkB,CAACD,IADb,EACmB,2EADnB;AAEb;;;EAL8BF,2B;;;8BAA3BG,kB,UACU,K;AAQhBP,mBAAmB,CAACO,kBAAkB,CAACD,IAApB,CAAnB,GAA+CC,kBAA/C;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;;IACMC,0B;;;;;AAGJ,wCAAc;AAAA;AAAA,8BACNA,0BAA0B,CAACF,IADrB,EAC2B,oCAD3B;AAEb;;;EALsCF,2B;;;8BAAnCI,0B,UACS,K;AAQfR,mBAAmB,CAACQ,0BAA0B,CAACF,IAA5B,CAAnB,GAAuDE,0BAAvD;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;;IACMC,gB;;;;;AAGJ,8BAAc;AAAA;AAAA,8BACNA,gBAAgB,CAACH,IADX,EACiB,0CADjB;AAEb;;;EAL4BF,2B;;;8BAAzBK,gB,UACU,K;AAQhBT,mBAAmB,CAACS,gBAAgB,CAACH,IAAlB,CAAnB,GAA6CG,gBAA7C;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;IACMC,e;;;;;AAGJ,
|
|
1
|
+
{"version":3,"sources":["webex-errors.js"],"names":["WebExMeetingsErrors","createMeetingsError","code","message","WebexMeetingsError","MeetingNotActiveError","CODE","UserNotJoinedError","NoMediaEstablishedYetError","UserInLobbyError","InvalidSdpError","IceGatheringFailed"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAWA;;;;;;AAEA,IAAMA,mBAAmB,GAAG,EAA5B;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AACO,SAASC,mBAAT,CAA6BC,IAA7B,EAAmCC,OAAnC,EAA4C;AACjDD,EAAAA,IAAI,GAAG,OAAOA,IAAP,KAAgB,QAAhB,GAA2BA,IAA3B,GAAkC,CAAzC;AACAC,EAAAA,OAAO,GAAG,OAAOA,OAAP,KAAmB,QAAnB,IAA+BA,OAA/B,GAAyCA,OAAzC,GAAmD,eAA7D;AAEA,SAAOH,mBAAmB,CAACE,IAAD,CAAnB,GAA4B,IAAIF,mBAAmB,CAACE,IAAD,CAAvB,EAA5B,GAA8D,IAAIE,2BAAJ,CAAuBF,IAAvB,EAA6BC,OAA7B,CAArE;AACD;AAED;AACA;AACA;AACA;AACA;AACA;AACA;;;IACME,qB;;;;;AAGJ,mCAAc;AAAA;AAAA,6BACNA,qBAAqB,CAACC,IADhB,EACsB,yCADtB;AAEb;;;EALiCF,2B;;;8BAA9BC,qB,UACU,K;AAQhBL,mBAAmB,CAACK,qBAAqB,CAACC,IAAvB,CAAnB,GAAkDD,qBAAlD;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;IACME,kB;;;;;AAGJ,gCAAc;AAAA;AAAA,8BACNA,kBAAkB,CAACD,IADb,EACmB,2EADnB;AAEb;;;EAL8BF,2B;;;8BAA3BG,kB,UACU,K;AAQhBP,mBAAmB,CAACO,kBAAkB,CAACD,IAApB,CAAnB,GAA+CC,kBAA/C;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;;IACMC,0B;;;;;AAGJ,wCAAc;AAAA;AAAA,8BACNA,0BAA0B,CAACF,IADrB,EAC2B,oCAD3B;AAEb;;;EALsCF,2B;;;8BAAnCI,0B,UACS,K;AAQfR,mBAAmB,CAACQ,0BAA0B,CAACF,IAA5B,CAAnB,GAAuDE,0BAAvD;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;;IACMC,gB;;;;;AAGJ,8BAAc;AAAA;AAAA,8BACNA,gBAAgB,CAACH,IADX,EACiB,0CADjB;AAEb;;;EAL4BF,2B;;;8BAAzBK,gB,UACU,K;AAQhBT,mBAAmB,CAACS,gBAAgB,CAACH,IAAlB,CAAnB,GAA6CG,gBAA7C;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;IACMC,e;;;;;AAGJ,2BAAYP,OAAZ,EAAqB;AAAA;AAAA,8BACbO,eAAe,CAACJ,IADH,EACSH,OAAO,IAAI,yCADpB;AAEpB;;;EAL2BC,2B;;;8BAAxBM,e,UACU,K;AAQhBV,mBAAmB,CAACU,eAAe,CAACJ,IAAjB,CAAnB,GAA4CI,eAA5C;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;;IACMC,kB;;;;;AAGJ,gCAAc;AAAA;AAAA,8BACNA,kBAAkB,CAACL,IADb,EACmB,+CADnB;AAEb;;;EAL8BF,2B;;;8BAA3BO,kB,UACU,K;AAQhBX,mBAAmB,CAACW,kBAAkB,CAACL,IAApB,CAAnB,GAA+CK,kBAA/C","sourcesContent":["// The document would auto generate the doc for errors\n\n// 1) Error codes for Oauth, login, mercury should be separated out (Code range)\n// 2) Errors from the actual locus server or other server in case, we can use the same error code as locus and redirect it\n// 3) Any errors we generate from the SDK can be split into various categories\n// Parameter validation, user action, connection, media specific(They can have different range)\n\n\n// TODO: all the errors from the server need to be captured\n\n// add a way to log and send metrics if needed\nimport WebexMeetingsError from './webex-meetings-error';\n\nconst WebExMeetingsErrors = {};\n\n/**\n * Create a {@link WebexMeetingsError} for a given code and message.\n * @private\n * @param {number} [code] - Error code\n * @param {string} [message] - Error message\n * @returns {WebexMeetingsError}\n */\nexport function createMeetingsError(code, message) {\n code = typeof code === 'number' ? code : 0;\n message = typeof message === 'string' && message ? message : 'Unknown error';\n\n return WebExMeetingsErrors[code] ? new WebExMeetingsErrors[code]() : new WebexMeetingsError(code, message);\n}\n\n/**\n * @class MeetingNotActiveError\n * @classdesc Raised whenever Meeting has already ended and user tries to do a action.\n * @extends WebexMeetingsError\n * @property {number} code - 30101\n * @property {string} message - 'Meeting has already Ended or not Active'\n */\nclass MeetingNotActiveError extends WebexMeetingsError {\n static CODE = 30101;\n\n constructor() {\n super(MeetingNotActiveError.CODE, 'Meeting has already Ended or not Active');\n }\n}\n\nexport {MeetingNotActiveError};\nWebExMeetingsErrors[MeetingNotActiveError.CODE] = MeetingNotActiveError;\n\n/**\n * @class UserNotJoinedError\n * @classdesc Raised whenever the user has already left the meeting and user tries to do a action.\n * @extends WebexMeetingsError\n * @property {number} code - 30102\n * @property {string} message - 'User has already left the meeting'\n */\nclass UserNotJoinedError extends WebexMeetingsError {\n static CODE = 30102;\n\n constructor() {\n super(UserNotJoinedError.CODE, 'User currently not in meeting. Please join a meeting before adding media.');\n }\n}\n\nexport {UserNotJoinedError};\nWebExMeetingsErrors[UserNotJoinedError.CODE] = UserNotJoinedError;\n\n\n/**\n * @class NoMediaEstablishedYetError\n * @classdesc Raised whenever the user has not established media yet.\n * @extends WebexMeetingsError\n * @property {number} code - 30103\n * @property {string} message - 'User has not established media yet'\n */\nclass NoMediaEstablishedYetError extends WebexMeetingsError {\n static CODE= 30103;\n\n constructor() {\n super(NoMediaEstablishedYetError.CODE, 'User has not established media yet');\n }\n}\n\nexport {NoMediaEstablishedYetError};\nWebExMeetingsErrors[NoMediaEstablishedYetError.CODE] = NoMediaEstablishedYetError;\n\n\n/**\n * @class UserInLobbyError\n * @classdesc Raised whenever the user is in lobby and not joined yet.\n * @extends WebexMeetingsError\n * @property {number} code - 30104\n * @property {string} message - 'user is still in the lobby or not joined'\n */\nclass UserInLobbyError extends WebexMeetingsError {\n static CODE = 30104;\n\n constructor() {\n super(UserInLobbyError.CODE, 'user is still in the lobby or not joined');\n }\n}\n\nexport {UserInLobbyError};\nWebExMeetingsErrors[UserInLobbyError.CODE] = UserInLobbyError;\n\n/**\n * @class InvalidSdpError\n * @classdesc Raised whenever SDP generated via browser is invalid.\n * @extends WebexMeetingsError\n * @property {number} code - 30201\n * @property {string} message - 'user is still in the lobby or not joined'\n */\nclass InvalidSdpError extends WebexMeetingsError {\n static CODE = 30201;\n\n constructor(message) {\n super(InvalidSdpError.CODE, message || 'iceConnection: sdp generated is invalid');\n }\n}\n\nexport {InvalidSdpError};\nWebExMeetingsErrors[InvalidSdpError.CODE] = InvalidSdpError;\n\n\n/**\n * @class IceGatheringFailed\n * @classdesc Raised whenever ice gathering fails.\n * @extends WebexMeetingsError\n * @property {number} code - 30202\n * @property {string} message - 'user failed ice gathering check network/firewall'\n */\nclass IceGatheringFailed extends WebexMeetingsError {\n static CODE = 30202;\n\n constructor() {\n super(IceGatheringFailed.CODE, 'iceConnection: gethering ice candidate failed');\n }\n}\n\nexport {IceGatheringFailed};\nWebExMeetingsErrors[IceGatheringFailed.CODE] = IceGatheringFailed;\n"]}
|
package/dist/constants.js
CHANGED
|
@@ -8,8 +8,8 @@ _Object$defineProperty(exports, "__esModule", {
|
|
|
8
8
|
value: true
|
|
9
9
|
});
|
|
10
10
|
|
|
11
|
-
exports.
|
|
12
|
-
exports.MEETING_INFO_FAILURE_REASON = exports.PASSWORD_STATUS = exports.PSTN_STATUS = exports.METRICS_JOIN_TIMES_MAX_DURATION = exports.METRICS_OPERATIONAL_MEASURES = exports.MEDIA_DEVICES = exports.MQA_INTEVAL = exports.MAX_FRAMESIZES = exports.VIDEO_RESOLUTIONS = exports.QUALITY_LEVELS = exports.MQA_STATS = exports.STATS = exports.NETWORK_TYPE = exports.NETWORK_STATUS = exports.SDP = exports.MediaContent = exports.ROAP = exports.REACHABILITY = exports.RESOURCE = exports.RECONNECTION = exports.RTC_CONFIGURATION = exports.RTC_CONFIGURATION_FIREFOX = exports.PEER_CONNECTION_STATE = exports.MEETING_VIDEO_STATE_MACHINE = exports.MEETING_AUDIO_STATE_MACHINE = exports.MEETING_STATE_MACHINE = exports.MEETING_STATE = exports.MODERATOR_HINTS = exports.MEETING_END_REASON = exports.MEETING_ERRORS = exports.MEDIA_TRACK_CONSTRAINT = exports.LOCUSEVENT = exports.LOCUSINFO = exports.LOCUS = exports.JOIN_HINTS = exports.CONNECTION_STATE = exports.ICE_STATE = exports.ICE_GATHERING_STATE = exports.HTTP_VERBS = exports.FULL_STATE = exports.FLOOR_ACTION = exports.ERROR_DICTIONARY = exports.EVENT_STATS_MAP = exports.MEDIA_STATE = exports.EVENTS = exports.SHARE_STOPPED_REASON = exports.CALL_REMOVED_REASON = exports.MEETING_REMOVED_REASON = exports.EVENT_TYPES = exports.EVENT_TRIGGERS = exports.SHARE_STATUS = exports.RECORDING_STATE = exports.DELTAEVENT = exports.DEFAULT_OMISSION_DATA_KEYS = exports.DEFAULT_TRANSFORM_KEYS = exports.DEFAULT_EVENT_AUDIO_RECEIVE_KEYS = exports.DEFAULT_EVENT_VIDEO_RECEIVE_KEYS = exports.DEFAULT_EVENT_AUDIO_SEND_KEYS = exports.DEFAULT_EVENT_VIDEO_SEND_KEYS = exports.DEFAULT_GET_STATS_FILTER = exports.CALENDAR_EVENTS = exports.ANALYSIS_STATS = exports.ANALYSIS_CHECKS = exports.API = exports.UUID_REG = exports.VALID_PIN = exports.VALID_PMR_LINK = exports.VALID_PMR_ADDRESS = exports.VALID_EMAIL_ADDRESS = exports.DEFAULT_FF_TRANSFORM_REGEX = exports.DEFAULT_TRANSFORM_REGEX = exports.IPV4_REGEX = exports.DIALER_REGEX = exports.PC_BAIL_TIMEOUT = exports.ROAP_SEQ_PRE = exports.RETRY_TIMEOUT = exports.ICE_FAIL_TIMEOUT = exports.ICE_TIMEOUT = exports.INTENT_TO_JOIN = exports.MODERATOR_FALSE = exports.MODERATOR_TRUE = exports.LAYOUT_TYPES = exports.DEFAULT_EXCLUDED_STATS = exports.CONVERSATION_SERVICE = exports.WEBEX_DOT_COM = void 0;
|
|
11
|
+
exports.SHARE_PEER_CONNECTION_NAME = exports.MEDIA_PEER_CONNECTION_NAME = exports.MEETINGS = exports.HTTPS_PROTOCOL = exports.ALTERNATE_REDIRECT_TRUE = exports.PARTICIPANT_DELTAS = exports._WAIT_ = exports._WEBEX_MEETING_ = exports._UNKNOWN_ = exports._USER_ = exports._S_LINE = exports._SLIDES_ = exports._INACTIVE_ = exports._SEND_ONLY_ = exports._SEND_RECEIVE_ = exports._SIP_URI_ = exports._SIP_BRIDGE_ = exports._ROOM_ = exports._REMOVE_ = exports._RECEIVE_ONLY_ = exports._RESOURCE_ROOM_ = exports._REQUESTED_ = exports._PEOPLE_ = exports._PERSONAL_ROOM_ = exports._OBSERVE_ = exports._OFFER_ = exports._NONE_ = exports._NOT_IN_MEETING_ = exports._MEETING_ID_ = exports._MEETING_CENTER_ = exports._MEETING_ = exports._MEETING_UUID_ = exports._MEETING_LINK_ = exports._LEFT_ = exports._LOCUS_ID_ = exports._JOINED_ = exports._JOIN_ = exports._ID_ = exports._IN_ = exports._INCOMING_ = exports._IN_MEETING_ = exports._IN_LOBBY_ = exports._IDLE_ = exports._FORCED_ = exports._ERROR_ = exports._CONVERSATION_URL_ = exports._CONFLICT_ = exports._CREATED_ = exports._CALL_ = exports._ACTIVE_ = exports._ANSWER_ = exports.VIDEO_STATUS = exports.VIDEO_INPUT = exports.VIDEO = exports.TYPE = exports.SHARE = exports.SIP_URI = exports.SENDRECV = exports.SEND_DTMF_ENDPOINT = exports.READY = exports.REMOTE = exports.PROVISIONAL_TYPE_DIAL_OUT = exports.PROVISIONAL_TYPE_DIAL_IN = exports.PARTICIPANT = exports.ONLINE = exports.OFFLINE = exports.MEDIA = exports.MEET_M = exports.MEET = exports.MEETINGINFO = exports.LOCUS_URL = exports.LOCI = exports.LOCAL = exports.LIVE = exports.LEAVE = exports.JOIN = exports.HOST = exports.HECATE = exports.OFFER = exports.ENDED = exports.ERROR = exports.DECLINE = exports.DEVELOPMENT = exports.GATHERING = exports.WHITEBOARD = exports.COMPLETE = exports.CONTENT = exports.CONTROLS = exports.CLAIM = exports.CMR_MEETINGS = exports.CALENDAR_EVENTS_API = exports.CALENDAR = exports.CONVERSATION_URL = exports.CORRELATION_ID = exports.CALL = exports.ANSWER = exports.ALERT = exports.AUDIO_STATUS = exports.AUDIO_INPUT = exports.AUDIO = void 0;
|
|
12
|
+
exports.MEETING_INFO_FAILURE_REASON = exports.PASSWORD_STATUS = exports.PSTN_STATUS = exports.METRICS_JOIN_TIMES_MAX_DURATION = exports.METRICS_OPERATIONAL_MEASURES = exports.MEDIA_DEVICES = exports.MQA_INTEVAL = exports.MAX_FRAMESIZES = exports.VIDEO_RESOLUTIONS = exports.QUALITY_LEVELS = exports.MQA_STATS = exports.STATS = exports.NETWORK_TYPE = exports.NETWORK_STATUS = exports.SDP = exports.MediaContent = exports.ROAP = exports.REACHABILITY = exports.RESOURCE = exports.RECONNECTION = exports.RTC_CONFIGURATION = exports.RTC_CONFIGURATION_FIREFOX = exports.PEER_CONNECTION_STATE = exports.MEETING_VIDEO_STATE_MACHINE = exports.MEETING_AUDIO_STATE_MACHINE = exports.MEETING_STATE_MACHINE = exports.MEETING_STATE = exports.MODERATOR_HINTS = exports.MEETING_END_REASON = exports.MEETING_ERRORS = exports.MEDIA_TRACK_CONSTRAINT = exports.LOCUSEVENT = exports.LOCUSINFO = exports.LOCUS = exports.JOIN_HINTS = exports.CONNECTION_STATE = exports.ICE_STATE = exports.ICE_GATHERING_STATE = exports.HTTP_VERBS = exports.FULL_STATE = exports.FLOOR_ACTION = exports.ERROR_DICTIONARY = exports.EVENT_STATS_MAP = exports.MEDIA_STATE = exports.EVENTS = exports.SHARE_STOPPED_REASON = exports.CALL_REMOVED_REASON = exports.MEETING_REMOVED_REASON = exports.EVENT_TYPES = exports.EVENT_TRIGGERS = exports.SHARE_STATUS = exports.RECORDING_STATE = exports.DELTAEVENT = exports.DEFAULT_OMISSION_DATA_KEYS = exports.DEFAULT_TRANSFORM_KEYS = exports.DEFAULT_EVENT_AUDIO_RECEIVE_KEYS = exports.DEFAULT_EVENT_VIDEO_RECEIVE_KEYS = exports.DEFAULT_EVENT_AUDIO_SEND_KEYS = exports.DEFAULT_EVENT_VIDEO_SEND_KEYS = exports.DEFAULT_GET_STATS_FILTER = exports.CALENDAR_EVENTS = exports.ANALYSIS_STATS = exports.ANALYSIS_CHECKS = exports.API = exports.UUID_REG = exports.VALID_PIN = exports.VALID_PMR_LINK = exports.VALID_PMR_ADDRESS = exports.VALID_EMAIL_ADDRESS = exports.DEFAULT_FF_TRANSFORM_REGEX = exports.DEFAULT_TRANSFORM_REGEX = exports.IPV4_REGEX = exports.DIALER_REGEX = exports.PC_BAIL_TIMEOUT = exports.ROAP_SEQ_PRE = exports.RETRY_TIMEOUT = exports.ICE_FAIL_TIMEOUT = exports.ICE_TIMEOUT = exports.INTENT_TO_JOIN = exports.MODERATOR_FALSE = exports.MODERATOR_TRUE = exports.LAYOUT_TYPES = exports.DEFAULT_EXCLUDED_STATS = exports.CONVERSATION_SERVICE = exports.WEBEX_DOT_COM = exports.WWW_DOT = exports.USE_URI_LOOKUP_FALSE = void 0;
|
|
13
13
|
|
|
14
14
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime-corejs2/helpers/defineProperty"));
|
|
15
15
|
|
|
@@ -54,8 +54,12 @@ var CONTROLS = 'controls';
|
|
|
54
54
|
exports.CONTROLS = CONTROLS;
|
|
55
55
|
var CONTENT = 'content';
|
|
56
56
|
exports.CONTENT = CONTENT;
|
|
57
|
+
var COMPLETE = 'complete';
|
|
58
|
+
exports.COMPLETE = COMPLETE;
|
|
57
59
|
var WHITEBOARD = 'whiteboard';
|
|
58
60
|
exports.WHITEBOARD = WHITEBOARD;
|
|
61
|
+
var GATHERING = 'gathering';
|
|
62
|
+
exports.GATHERING = GATHERING;
|
|
59
63
|
var DEVELOPMENT = 'development';
|
|
60
64
|
exports.DEVELOPMENT = DEVELOPMENT;
|
|
61
65
|
var DECLINE = 'decline';
|
|
@@ -913,8 +917,7 @@ var MEETING_STATE_MACHINE = {
|
|
|
913
917
|
JOIN: 'join',
|
|
914
918
|
DECLINE: 'decline',
|
|
915
919
|
LEAVE: 'leave',
|
|
916
|
-
RESET: 'reset'
|
|
917
|
-
SAFE: 'SAFE'
|
|
920
|
+
RESET: 'reset'
|
|
918
921
|
},
|
|
919
922
|
STATES: {
|
|
920
923
|
ERROR: 'ERROR',
|
|
@@ -923,8 +926,7 @@ var MEETING_STATE_MACHINE = {
|
|
|
923
926
|
DECLINED: 'DECLINED',
|
|
924
927
|
RINGING: 'RINGING',
|
|
925
928
|
JOINED: 'JOINED',
|
|
926
|
-
ANSWERED: 'ANSWERED'
|
|
927
|
-
SAFE: 'SAFE'
|
|
929
|
+
ANSWERED: 'ANSWERED'
|
|
928
930
|
}
|
|
929
931
|
};
|
|
930
932
|
exports.MEETING_STATE_MACHINE = MEETING_STATE_MACHINE;
|