@webex/plugin-meetings 3.12.0-next.66 → 3.12.0-next.68

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.66"
194
+ version: "3.12.0-next.68"
195
195
  });
196
196
  var _default = exports.default = AIEnableRequest;
197
197
  //# sourceMappingURL=index.js.map
@@ -214,7 +214,7 @@ var Breakout = _webexCore.WebexPlugin.extend({
214
214
  sessionId: this.sessionId
215
215
  });
216
216
  },
217
- version: "3.12.0-next.66"
217
+ version: "3.12.0-next.68"
218
218
  });
219
219
  var _default = exports.default = Breakout;
220
220
  //# sourceMappingURL=breakout.js.map
@@ -1133,7 +1133,7 @@ var Breakouts = _webexCore.WebexPlugin.extend({
1133
1133
  this.trigger(_constants.BREAKOUTS.EVENTS.ASK_RETURN_TO_MAIN);
1134
1134
  }
1135
1135
  },
1136
- version: "3.12.0-next.66"
1136
+ version: "3.12.0-next.68"
1137
1137
  });
1138
1138
  var _default = exports.default = Breakouts;
1139
1139
  //# sourceMappingURL=index.js.map
package/dist/constants.js CHANGED
@@ -654,7 +654,13 @@ var INTERPRETATION = exports.INTERPRETATION = {
654
654
  REQUESTED: 'REQUESTED',
655
655
  DECLINED: 'DECLINED'
656
656
  },
657
- RESOURCE_TYPE: 'SiHandover'
657
+ RESOURCE_TYPE: 'SiHandover',
658
+ CAPABILITIES: {
659
+ HOST_CONTROL_SI_SUPPORTED: 'HOST_CONTROL_SI_SUPPORTED',
660
+ INTERPRETER_CONTROL_SI_SUPPORTED: 'INTERPRETER_CONTROL_SI_SUPPORTED',
661
+ SI_HANDOVER_SUPPORTED: 'SI_HANDOVER_SUPPORTED',
662
+ SIGN_INTERPRETER_SUPPORTED: 'SIGN_INTERPRETER_SUPPORTED'
663
+ }
658
664
  };
659
665
  var LOCUSINFO = exports.LOCUSINFO = {
660
666
  EVENTS: {