@webex/plugin-meetings 3.8.0-next.72 → 3.8.0-next.74

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.8.0-next.72"
212
+ version: "3.8.0-next.74"
213
213
  });
214
214
  var _default = exports.default = Breakout;
215
215
  //# sourceMappingURL=breakout.js.map
@@ -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.8.0-next.72"
1113
+ version: "3.8.0-next.74"
1114
1114
  });
1115
1115
  var _default = exports.default = Breakouts;
1116
1116
  //# sourceMappingURL=index.js.map
@@ -373,7 +373,7 @@ var SimultaneousInterpretation = _webexCore.WebexPlugin.extend({
373
373
  throw error;
374
374
  });
375
375
  },
376
- version: "3.8.0-next.72"
376
+ version: "3.8.0-next.74"
377
377
  });
378
378
  var _default = exports.default = SimultaneousInterpretation;
379
379
  //# sourceMappingURL=index.js.map
@@ -18,7 +18,7 @@ var SILanguage = _webexCore.WebexPlugin.extend({
18
18
  languageCode: 'number',
19
19
  languageName: 'string'
20
20
  },
21
- version: "3.8.0-next.72"
21
+ version: "3.8.0-next.74"
22
22
  });
23
23
  var _default = exports.default = SILanguage;
24
24
  //# sourceMappingURL=siLanguage.js.map
@@ -4311,6 +4311,20 @@ var Meeting = exports.default = /*#__PURE__*/function (_StatelessWebexPlugin) {
4311
4311
  return this.members.cancelPhoneInvite(invitee);
4312
4312
  }
4313
4313
 
4314
+ /**
4315
+ * Cancel an SIP call invitation made during a meeting
4316
+ * @param {Object} invitee
4317
+ * @param {String} invitee.memberId
4318
+ * @returns {Promise} see #members.cancelSIPInvite
4319
+ * @public
4320
+ * @memberof Meeting
4321
+ */
4322
+ }, {
4323
+ key: "cancelSIPInvite",
4324
+ value: function cancelSIPInvite(invitee) {
4325
+ return this.members.cancelSIPInvite(invitee);
4326
+ }
4327
+
4314
4328
  /**
4315
4329
  * Admit the guest(s) to the call once they are waiting.
4316
4330
  * If the host/cohost is in a breakout session, the locus url