@webex/plugin-meetings 3.10.0-next.6 → 3.10.0-wxc-disconnect.1
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/breakouts/breakout.js +1 -1
- package/dist/breakouts/index.js +1 -1
- package/dist/common/errors/webex-errors.js +1 -21
- package/dist/common/errors/webex-errors.js.map +1 -1
- package/dist/constants.js +0 -7
- package/dist/constants.js.map +1 -1
- package/dist/controls-options-manager/index.js +5 -22
- package/dist/controls-options-manager/index.js.map +1 -1
- package/dist/index.js +0 -7
- package/dist/index.js.map +1 -1
- package/dist/interpretation/index.js +1 -1
- package/dist/interpretation/siLanguage.js +1 -1
- package/dist/locus-info/controlsUtils.js +2 -11
- package/dist/locus-info/controlsUtils.js.map +1 -1
- package/dist/locus-info/index.js +3 -17
- package/dist/locus-info/index.js.map +1 -1
- package/dist/media/index.js +0 -5
- package/dist/media/index.js.map +1 -1
- package/dist/meeting/in-meeting-actions.js +0 -6
- package/dist/meeting/in-meeting-actions.js.map +1 -1
- package/dist/meeting/index.js +33 -103
- package/dist/meeting/index.js.map +1 -1
- package/dist/meeting/request.js +14 -152
- package/dist/meeting/request.js.map +1 -1
- package/dist/meeting/util.js +0 -9
- package/dist/meeting/util.js.map +1 -1
- package/dist/member/index.js +0 -9
- package/dist/member/index.js.map +1 -1
- package/dist/member/util.js +0 -10
- package/dist/member/util.js.map +1 -1
- package/dist/types/common/errors/webex-errors.d.ts +0 -12
- package/dist/types/constants.d.ts +0 -5
- package/dist/types/controls-options-manager/index.d.ts +1 -9
- package/dist/types/index.d.ts +1 -2
- package/dist/types/locus-info/index.d.ts +1 -2
- package/dist/types/meeting/in-meeting-actions.d.ts +0 -6
- package/dist/types/meeting/index.d.ts +0 -30
- package/dist/types/meeting/request.d.ts +0 -33
- package/dist/types/meeting/util.d.ts +0 -3
- package/dist/types/member/index.d.ts +0 -1
- package/dist/types/member/util.d.ts +0 -5
- package/dist/webinar/index.js +1 -1
- package/package.json +22 -22
- package/src/common/errors/webex-errors.ts +0 -19
- package/src/constants.ts +1 -9
- package/src/controls-options-manager/index.ts +5 -26
- package/src/index.ts +0 -2
- package/src/locus-info/controlsUtils.ts +0 -18
- package/src/locus-info/index.ts +4 -14
- package/src/media/index.ts +0 -6
- package/src/meeting/in-meeting-actions.ts +0 -12
- package/src/meeting/index.ts +21 -99
- package/src/meeting/request.ts +0 -118
- package/src/meeting/util.ts +0 -9
- package/src/member/index.ts +0 -10
- package/src/member/util.ts +0 -14
- package/test/unit/spec/controls-options-manager/index.js +0 -47
- package/test/unit/spec/fixture/locus.js +0 -1
- package/test/unit/spec/locus-info/index.js +0 -39
- package/test/unit/spec/media/index.ts +9 -140
- package/test/unit/spec/meeting/in-meeting-actions.ts +0 -6
- package/test/unit/spec/meeting/index.js +70 -171
- package/test/unit/spec/meeting/utils.js +0 -3
- package/test/unit/spec/meetings/index.js +2 -0
- package/test/unit/spec/member/util.js +0 -24
|
@@ -209,7 +209,7 @@ var Breakout = _webexCore.WebexPlugin.extend({
|
|
|
209
209
|
sessionId: this.sessionId
|
|
210
210
|
});
|
|
211
211
|
},
|
|
212
|
-
version: "3.10.0-
|
|
212
|
+
version: "3.10.0-wxc-disconnect.1"
|
|
213
213
|
});
|
|
214
214
|
var _default = exports.default = Breakout;
|
|
215
215
|
//# sourceMappingURL=breakout.js.map
|
package/dist/breakouts/index.js
CHANGED
|
@@ -1110,7 +1110,7 @@ var Breakouts = _webexCore.WebexPlugin.extend({
|
|
|
1110
1110
|
this.trigger(_constants.BREAKOUTS.EVENTS.ASK_RETURN_TO_MAIN);
|
|
1111
1111
|
}
|
|
1112
1112
|
},
|
|
1113
|
-
version: "3.10.0-
|
|
1113
|
+
version: "3.10.0-wxc-disconnect.1"
|
|
1114
1114
|
});
|
|
1115
1115
|
var _default = exports.default = Breakouts;
|
|
1116
1116
|
//# sourceMappingURL=index.js.map
|
|
@@ -6,7 +6,7 @@ var _interopRequireDefault = require("@babel/runtime-corejs2/helpers/interopRequ
|
|
|
6
6
|
_Object$defineProperty(exports, "__esModule", {
|
|
7
7
|
value: true
|
|
8
8
|
});
|
|
9
|
-
exports.UserNotJoinedError = exports.UserInLobbyError = exports.SpaceIDDeprecatedError = exports.
|
|
9
|
+
exports.UserNotJoinedError = exports.UserInLobbyError = exports.SpaceIDDeprecatedError = exports.NoMediaEstablishedYetError = exports.MeetingNotActiveError = exports.IceGatheringFailed = exports.AddMediaFailed = void 0;
|
|
10
10
|
exports.createMeetingsError = createMeetingsError;
|
|
11
11
|
var _assertThisInitialized2 = _interopRequireDefault(require("@babel/runtime-corejs2/helpers/assertThisInitialized"));
|
|
12
12
|
var _createClass2 = _interopRequireDefault(require("@babel/runtime-corejs2/helpers/createClass"));
|
|
@@ -181,24 +181,4 @@ var AddMediaFailed = exports.AddMediaFailed = /*#__PURE__*/function (_WebexMeeti
|
|
|
181
181
|
}(_webexMeetingsError.default);
|
|
182
182
|
(0, _defineProperty2.default)(AddMediaFailed, "CODE", 30203);
|
|
183
183
|
WebExMeetingsErrors[AddMediaFailed.CODE] = AddMediaFailed;
|
|
184
|
-
|
|
185
|
-
/**
|
|
186
|
-
* @class SdpResponseTimeoutError
|
|
187
|
-
* @classdesc Raised whenever we timeout waiting for remote SDP answer
|
|
188
|
-
* @extends WebexMeetingsError
|
|
189
|
-
* @property {number} code - 30204
|
|
190
|
-
* @property {string} message - 'Timed out waiting for REMOTE SDP ANSWER'
|
|
191
|
-
*/
|
|
192
|
-
var SdpResponseTimeoutError = exports.SdpResponseTimeoutError = /*#__PURE__*/function (_WebexMeetingsError8) {
|
|
193
|
-
(0, _inherits2.default)(SdpResponseTimeoutError, _WebexMeetingsError8);
|
|
194
|
-
var _super8 = _createSuper(SdpResponseTimeoutError);
|
|
195
|
-
// eslint-disable-next-line require-jsdoc
|
|
196
|
-
function SdpResponseTimeoutError() {
|
|
197
|
-
(0, _classCallCheck2.default)(this, SdpResponseTimeoutError);
|
|
198
|
-
return _super8.call(this, SdpResponseTimeoutError.CODE, 'Timed out waiting for REMOTE SDP ANSWER');
|
|
199
|
-
}
|
|
200
|
-
return (0, _createClass2.default)(SdpResponseTimeoutError);
|
|
201
|
-
}(_webexMeetingsError.default);
|
|
202
|
-
(0, _defineProperty2.default)(SdpResponseTimeoutError, "CODE", 30204);
|
|
203
|
-
WebExMeetingsErrors[SdpResponseTimeoutError.CODE] = SdpResponseTimeoutError;
|
|
204
184
|
//# sourceMappingURL=webex-errors.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_webexMeetingsError","_interopRequireDefault","require","_createSuper","Derived","hasNativeReflectConstruct","_isNativeReflectConstruct","_createSuperInternal","Super","_getPrototypeOf2","default","result","NewTarget","constructor","_Reflect$construct","arguments","apply","_possibleConstructorReturn2","Reflect","sham","Proxy","Boolean","prototype","valueOf","call","e","WebExMeetingsErrors","createMeetingsError","code","message","WebexMeetingsError","MeetingNotActiveError","exports","_WebexMeetingsError","_inherits2","_super","_classCallCheck2","CODE","_createClass2","_defineProperty2","UserNotJoinedError","_WebexMeetingsError2","_super2","NoMediaEstablishedYetError","_WebexMeetingsError3","_super3","UserInLobbyError","_WebexMeetingsError4","_super4","SpaceIDDeprecatedError","_WebexMeetingsError5","_super5","IceGatheringFailed","_WebexMeetingsError6","_super6","AddMediaFailed","_WebexMeetingsError7","_super7","cause","_this","_assertThisInitialized2","SdpResponseTimeoutError","_WebexMeetingsError8","_super8"],"sources":["webex-errors.ts"],"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// 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?: number, message?: string) {\n code = typeof code === 'number' ? code : 0;\n message = typeof message === 'string' && message ? message : 'Unknown error';\n\n return WebExMeetingsErrors[code]\n ? new WebExMeetingsErrors[code]()\n : 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(\n UserNotJoinedError.CODE,\n 'User currently not in meeting. Please join a meeting before adding media.'\n );\n }\n}\n\nexport {UserNotJoinedError};\nWebExMeetingsErrors[UserNotJoinedError.CODE] = UserNotJoinedError;\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 - error message\n */\nclass NoMediaEstablishedYetError extends WebexMeetingsError {\n static CODE = 30103;\n\n // eslint-disable-next-line require-jsdoc\n constructor() {\n super(\n NoMediaEstablishedYetError.CODE,\n 'Webrtc media connection is missing, call addMedia() first'\n );\n }\n}\n\nexport {NoMediaEstablishedYetError};\nWebExMeetingsErrors[NoMediaEstablishedYetError.CODE] = NoMediaEstablishedYetError;\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 SpaceIDDeprecatedError\n * @classdesc Raised whenever the user passes Space ID as destination for create meeting.\n * @extends WebexMeetingsError\n * @property {number} code - 30105\n * @property {string} message - Using the space ID as a destination is no longer supported. Please refer to the [migration guide](https://github.com/webex/webex-js-sdk/wiki/Migration-to-Unified-Space-Meetings) to migrate to use the meeting ID or SIP address.'\n */\nclass SpaceIDDeprecatedError extends WebexMeetingsError {\n static CODE = 30105;\n\n constructor() {\n super(\n SpaceIDDeprecatedError.CODE,\n 'Using the space ID as a destination is no longer supported. Please refer to the [migration guide](https://github.com/webex/webex-js-sdk/wiki/Migration-to-Unified-Space-Meetings) to migrate to use the meeting ID or SIP address.'\n );\n }\n}\n\nexport {SpaceIDDeprecatedError};\nWebExMeetingsErrors[SpaceIDDeprecatedError.CODE] = SpaceIDDeprecatedError;\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\n/**\n * @class AddMediaFailed\n * @classdesc Raised whenever we fail to successfully add media to a meeting\n * @extends WebexMeetingsError\n * @property {number} code - 30203\n * @property {string} message - 'Failed to add media'\n * @property {Error} [cause] - The underlying error that caused the failure\n */\nclass AddMediaFailed extends WebexMeetingsError {\n static CODE = 30203;\n cause?: Error;\n\n /**\n * Creates a new AddMediaFailed error\n * @param {Error} [cause] - The underlying error that caused the media addition to fail\n */\n constructor(cause?: Error) {\n super(AddMediaFailed.CODE, 'Failed to add media');\n this.cause = cause;\n }\n}\nexport {AddMediaFailed};\nWebExMeetingsErrors[AddMediaFailed.CODE] = AddMediaFailed;\n\n/**\n * @class SdpResponseTimeoutError\n * @classdesc Raised whenever we timeout waiting for remote SDP answer\n * @extends WebexMeetingsError\n * @property {number} code - 30204\n * @property {string} message - 'Timed out waiting for REMOTE SDP ANSWER'\n */\nclass SdpResponseTimeoutError extends WebexMeetingsError {\n static CODE = 30204;\n\n // eslint-disable-next-line require-jsdoc\n constructor() {\n super(SdpResponseTimeoutError.CODE, 'Timed out waiting for REMOTE SDP ANSWER');\n }\n}\n\nexport {SdpResponseTimeoutError};\nWebExMeetingsErrors[SdpResponseTimeoutError.CODE] = SdpResponseTimeoutError;\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"names":["_webexMeetingsError","_interopRequireDefault","require","_createSuper","Derived","hasNativeReflectConstruct","_isNativeReflectConstruct","_createSuperInternal","Super","_getPrototypeOf2","default","result","NewTarget","constructor","_Reflect$construct","arguments","apply","_possibleConstructorReturn2","Reflect","sham","Proxy","Boolean","prototype","valueOf","call","e","WebExMeetingsErrors","createMeetingsError","code","message","WebexMeetingsError","MeetingNotActiveError","exports","_WebexMeetingsError","_inherits2","_super","_classCallCheck2","CODE","_createClass2","_defineProperty2","UserNotJoinedError","_WebexMeetingsError2","_super2","NoMediaEstablishedYetError","_WebexMeetingsError3","_super3","UserInLobbyError","_WebexMeetingsError4","_super4","SpaceIDDeprecatedError","_WebexMeetingsError5","_super5","IceGatheringFailed","_WebexMeetingsError6","_super6","AddMediaFailed","_WebexMeetingsError7","_super7","cause","_this","_assertThisInitialized2"],"sources":["webex-errors.ts"],"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// 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?: number, message?: string) {\n code = typeof code === 'number' ? code : 0;\n message = typeof message === 'string' && message ? message : 'Unknown error';\n\n return WebExMeetingsErrors[code]\n ? new WebExMeetingsErrors[code]()\n : 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(\n UserNotJoinedError.CODE,\n 'User currently not in meeting. Please join a meeting before adding media.'\n );\n }\n}\n\nexport {UserNotJoinedError};\nWebExMeetingsErrors[UserNotJoinedError.CODE] = UserNotJoinedError;\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 - error message\n */\nclass NoMediaEstablishedYetError extends WebexMeetingsError {\n static CODE = 30103;\n\n // eslint-disable-next-line require-jsdoc\n constructor() {\n super(\n NoMediaEstablishedYetError.CODE,\n 'Webrtc media connection is missing, call addMedia() first'\n );\n }\n}\n\nexport {NoMediaEstablishedYetError};\nWebExMeetingsErrors[NoMediaEstablishedYetError.CODE] = NoMediaEstablishedYetError;\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 SpaceIDDeprecatedError\n * @classdesc Raised whenever the user passes Space ID as destination for create meeting.\n * @extends WebexMeetingsError\n * @property {number} code - 30105\n * @property {string} message - Using the space ID as a destination is no longer supported. Please refer to the [migration guide](https://github.com/webex/webex-js-sdk/wiki/Migration-to-Unified-Space-Meetings) to migrate to use the meeting ID or SIP address.'\n */\nclass SpaceIDDeprecatedError extends WebexMeetingsError {\n static CODE = 30105;\n\n constructor() {\n super(\n SpaceIDDeprecatedError.CODE,\n 'Using the space ID as a destination is no longer supported. Please refer to the [migration guide](https://github.com/webex/webex-js-sdk/wiki/Migration-to-Unified-Space-Meetings) to migrate to use the meeting ID or SIP address.'\n );\n }\n}\n\nexport {SpaceIDDeprecatedError};\nWebExMeetingsErrors[SpaceIDDeprecatedError.CODE] = SpaceIDDeprecatedError;\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\n/**\n * @class AddMediaFailed\n * @classdesc Raised whenever we fail to successfully add media to a meeting\n * @extends WebexMeetingsError\n * @property {number} code - 30203\n * @property {string} message - 'Failed to add media'\n * @property {Error} [cause] - The underlying error that caused the failure\n */\nclass AddMediaFailed extends WebexMeetingsError {\n static CODE = 30203;\n cause?: Error;\n\n /**\n * Creates a new AddMediaFailed error\n * @param {Error} [cause] - The underlying error that caused the media addition to fail\n */\n constructor(cause?: Error) {\n super(AddMediaFailed.CODE, 'Failed to add media');\n this.cause = cause;\n }\n}\nexport {AddMediaFailed};\nWebExMeetingsErrors[AddMediaFailed.CODE] = AddMediaFailed;\n"],"mappings":"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"}
|
package/dist/constants.js
CHANGED
|
@@ -305,7 +305,6 @@ var EVENT_TRIGGERS = exports.EVENT_TRIGGERS = {
|
|
|
305
305
|
NETWORK_QUALITY: 'network:quality',
|
|
306
306
|
MEDIA_NEGOTIATED: 'media:negotiated',
|
|
307
307
|
MEDIA_INBOUND_AUDIO_ISSUE_DETECTED: 'media:inboundAudio:issueDetected',
|
|
308
|
-
// event.data: InboundAudioIssueEvent
|
|
309
308
|
// the following events apply only to multistream media connections
|
|
310
309
|
ACTIVE_SPEAKER_CHANGED: 'media:activeSpeakerChanged',
|
|
311
310
|
REMOTE_VIDEO_SOURCE_COUNT_CHANGED: 'media:remoteVideoSourceCountChanged',
|
|
@@ -329,7 +328,6 @@ var EVENT_TRIGGERS = exports.EVENT_TRIGGERS = {
|
|
|
329
328
|
MEETING_CONTROLS_ANNOTATION_UPDATED: 'meeting:controls:annotation:updated',
|
|
330
329
|
MEETING_CONTROLS_REMOTE_DESKTOP_CONTROL_UPDATED: 'meeting:controls:remote-desktop-control:updated',
|
|
331
330
|
MEETING_CONTROLS_POLLING_QA_UPDATED: 'meeting:controls:polling-qa:updated',
|
|
332
|
-
MEETING_CONTROLS_AUTO_END_MEETING_WARNING_UPDATED: 'meeting:controls:auto-end-meeting-warning:updated',
|
|
333
331
|
// Locus URL changed
|
|
334
332
|
MEETING_LOCUS_URL_UPDATE: 'meeting:locus:locusUrl:update',
|
|
335
333
|
MEETING_STREAM_PUBLISH_STATE_CHANGED: 'meeting:streamPublishStateChanged',
|
|
@@ -670,7 +668,6 @@ var LOCUSINFO = exports.LOCUSINFO = {
|
|
|
670
668
|
SELF_ADMITTED_GUEST: 'SELF_ADMITTED_GUEST',
|
|
671
669
|
SELF_REMOTE_VIDEO_MUTE_STATUS_UPDATED: 'SELF_REMOTE_VIDEO_MUTE_STATUS_UPDATED',
|
|
672
670
|
SELF_REMOTE_MUTE_STATUS_UPDATED: 'SELF_REMOTE_MUTE_STATUS_UPDATED',
|
|
673
|
-
CONTROLS_AUTO_END_MEETING_WARNING_CHANGED: 'CONTROLS_AUTO_END_MEETING_WARNING_CHANGED',
|
|
674
671
|
LOCAL_UNMUTE_REQUESTED: 'LOCAL_UNMUTE_REQUESTED',
|
|
675
672
|
LOCAL_UNMUTE_REQUIRED: 'LOCAL_UNMUTE_REQUIRED',
|
|
676
673
|
SELF_MODERATOR_CHANGED: 'SELF_MODERATOR_CHANGED',
|
|
@@ -880,8 +877,6 @@ var DISPLAY_HINTS = exports.DISPLAY_HINTS = {
|
|
|
880
877
|
LOWER_SOMEONE_ELSES_HAND: 'LOWER_SOMEONE_ELSES_HAND',
|
|
881
878
|
LEAVE_TRANSFER_HOST_END_MEETING: 'LEAVE_TRANSFER_HOST_END_MEETING',
|
|
882
879
|
LEAVE_END_MEETING: 'LEAVE_END_MEETING',
|
|
883
|
-
STREAMING_STATUS_STARTED: 'STREAMING_STATUS_STARTED',
|
|
884
|
-
STREAMING_STATUS_STOPPED: 'STREAMING_STATUS_STOPPED',
|
|
885
880
|
CAPTION_START: 'CAPTION_START',
|
|
886
881
|
CAPTION_STATUS_ACTIVE: 'CAPTION_STATUS_ACTIVE',
|
|
887
882
|
MANUAL_CAPTION_START: 'MANUAL_CAPTION_START',
|
|
@@ -962,8 +957,6 @@ var DISPLAY_HINTS = exports.DISPLAY_HINTS = {
|
|
|
962
957
|
// Annotations
|
|
963
958
|
ENABLE_ANNOTATION_MEETING_OPTION: 'ENABLE_ANNOTATION_MEETING_OPTION',
|
|
964
959
|
DISABLE_ANNOTATION_MEETING_OPTION: 'DISABLE_ANNOTATION_MEETING_OPTION',
|
|
965
|
-
// Auto End Meeting Warning
|
|
966
|
-
SHOW_AUTO_END_MEETING_WARNING: 'SHOW_AUTO_END_MEETING_WARNING',
|
|
967
960
|
// Remote Desktop Control
|
|
968
961
|
ENABLE_RDC_MEETING_OPTION: 'ENABLE_RDC_MEETING_OPTION',
|
|
969
962
|
DISABLE_RDC_MEETING_OPTION: 'DISABLE_RDC_MEETING_OPTION',
|