@webex/plugin-meetings 3.0.0-beta.179 → 3.0.0-beta.180

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.
@@ -209,7 +209,7 @@ var Breakout = _webexCore.WebexPlugin.extend({
209
209
  sessionId: this.sessionId
210
210
  });
211
211
  },
212
- version: "3.0.0-beta.179"
212
+ version: "3.0.0-beta.180"
213
213
  });
214
214
  var _default = Breakout;
215
215
  exports.default = _default;
@@ -1041,7 +1041,7 @@ var Breakouts = _webexCore.WebexPlugin.extend({
1041
1041
  this.trigger(_constants.BREAKOUTS.EVENTS.ASK_RETURN_TO_MAIN);
1042
1042
  }
1043
1043
  },
1044
- version: "3.0.0-beta.179"
1044
+ version: "3.0.0-beta.180"
1045
1045
  });
1046
1046
  var _default = Breakouts;
1047
1047
  exports.default = _default;
@@ -345,7 +345,7 @@ var SimultaneousInterpretation = _webexCore.WebexPlugin.extend({
345
345
  throw error;
346
346
  });
347
347
  },
348
- version: "3.0.0-beta.179"
348
+ version: "3.0.0-beta.180"
349
349
  });
350
350
  var _default = SimultaneousInterpretation;
351
351
  exports.default = _default;
@@ -18,7 +18,7 @@ var SILanguage = _webexCore.WebexPlugin.extend({
18
18
  languageCode: 'number',
19
19
  languageName: 'string'
20
20
  },
21
- version: "3.0.0-beta.179"
21
+ version: "3.0.0-beta.180"
22
22
  });
23
23
  var _default = SILanguage;
24
24
  exports.default = _default;
@@ -482,6 +482,7 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
482
482
  (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "environment", void 0);
483
483
  (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "namespace", _constants.MEETINGS);
484
484
  (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "annotationInfo", void 0);
485
+ (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "allowMediaInLobby", void 0);
485
486
  (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "processRelayEvent", function (e) {
486
487
  switch (e.data.relayType) {
487
488
  case _constants3.REACTION_RELAY_TYPES.REACTION:
@@ -5059,6 +5060,7 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
5059
5060
  remoteMediaManagerConfig = options.remoteMediaManagerConfig,
5060
5061
  bundlePolicy = options.bundlePolicy,
5061
5062
  allowMediaInLobby = options.allowMediaInLobby;
5063
+ this.allowMediaInLobby = options === null || options === void 0 ? void 0 : options.allowMediaInLobby;
5062
5064
 
5063
5065
  // If the user is unjoined or guest waiting in lobby dont allow the user to addMedia
5064
5066
  // @ts-ignore - isUserUnadmitted coming from SelfUtil