@webex/plugin-meetings 3.12.0-next.41 → 3.12.0-next.43

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.
@@ -191,7 +191,7 @@ var AIEnableRequest = _webexCore.WebexPlugin.extend({
191
191
  method: _constants.HTTP_VERBS.PUT
192
192
  });
193
193
  },
194
- version: "3.12.0-next.41"
194
+ version: "3.12.0-next.43"
195
195
  });
196
196
  var _default = exports.default = AIEnableRequest;
197
197
  //# sourceMappingURL=index.js.map
@@ -213,7 +213,7 @@ var Breakout = _webexCore.WebexPlugin.extend({
213
213
  sessionId: this.sessionId
214
214
  });
215
215
  },
216
- version: "3.12.0-next.41"
216
+ version: "3.12.0-next.43"
217
217
  });
218
218
  var _default = exports.default = Breakout;
219
219
  //# sourceMappingURL=breakout.js.map
@@ -1109,7 +1109,7 @@ var Breakouts = _webexCore.WebexPlugin.extend({
1109
1109
  this.trigger(_constants.BREAKOUTS.EVENTS.ASK_RETURN_TO_MAIN);
1110
1110
  }
1111
1111
  },
1112
- version: "3.12.0-next.41"
1112
+ version: "3.12.0-next.43"
1113
1113
  });
1114
1114
  var _default = exports.default = Breakouts;
1115
1115
  //# sourceMappingURL=index.js.map
package/dist/constants.js CHANGED
@@ -342,7 +342,8 @@ var EVENT_TRIGGERS = exports.EVENT_TRIGGERS = {
342
342
  MEETING_MANUAL_CAPTION_UPDATED: 'meeting:manualCaptionControl:updated',
343
343
  MEETING_CAPTION_RECEIVED: 'meeting:caption-received',
344
344
  MEETING_PARTICIPANT_REASON_CHANGED: 'meeting:participant-reason-changed',
345
- MEETING_AI_ENABLE_REQUEST: 'meeting:aiEnableRequest'
345
+ MEETING_AI_ENABLE_REQUEST: 'meeting:aiEnableRequest',
346
+ MEETING_SRTP_CIPHER_UPDATED: 'meeting:srtpCipher:updated'
346
347
  };
347
348
  var EVENT_TYPES = exports.EVENT_TYPES = {
348
349
  SELF: 'self',