@webex/plugin-meetings 3.0.0-beta.334 → 3.0.0-beta.335

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.
@@ -62,7 +62,7 @@ var Webinar = _webexCore.WebexPlugin.extend({
62
62
  updateCanManageWebcast: function updateCanManageWebcast(canManageWebcast) {
63
63
  this.set('canManageWebcast', canManageWebcast);
64
64
  },
65
- version: "3.0.0-beta.334"
65
+ version: "3.0.0-beta.335"
66
66
  });
67
67
  var _default = Webinar;
68
68
  exports.default = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/plugin-meetings",
3
- "version": "3.0.0-beta.334",
3
+ "version": "3.0.0-beta.335",
4
4
  "description": "",
5
5
  "license": "Cisco EULA (https://www.cisco.com/c/en/us/products/end-user-license-agreement.html)",
6
6
  "contributors": [
@@ -33,12 +33,12 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@peculiar/webcrypto": "^1.4.3",
36
- "@webex/plugin-meetings": "3.0.0-beta.334",
37
- "@webex/test-helper-chai": "3.0.0-beta.334",
38
- "@webex/test-helper-mocha": "3.0.0-beta.334",
39
- "@webex/test-helper-mock-webex": "3.0.0-beta.334",
40
- "@webex/test-helper-retry": "3.0.0-beta.334",
41
- "@webex/test-helper-test-users": "3.0.0-beta.334",
36
+ "@webex/plugin-meetings": "3.0.0-beta.335",
37
+ "@webex/test-helper-chai": "3.0.0-beta.335",
38
+ "@webex/test-helper-mocha": "3.0.0-beta.335",
39
+ "@webex/test-helper-mock-webex": "3.0.0-beta.335",
40
+ "@webex/test-helper-retry": "3.0.0-beta.335",
41
+ "@webex/test-helper-test-users": "3.0.0-beta.335",
42
42
  "chai": "^4.3.4",
43
43
  "chai-as-promised": "^7.1.1",
44
44
  "jsdom-global": "3.0.2",
@@ -47,19 +47,19 @@
47
47
  "typescript": "^4.7.4"
48
48
  },
49
49
  "dependencies": {
50
- "@webex/common": "3.0.0-beta.334",
50
+ "@webex/common": "3.0.0-beta.335",
51
51
  "@webex/internal-media-core": "2.2.3",
52
- "@webex/internal-plugin-conversation": "3.0.0-beta.334",
53
- "@webex/internal-plugin-device": "3.0.0-beta.334",
54
- "@webex/internal-plugin-llm": "3.0.0-beta.334",
55
- "@webex/internal-plugin-mercury": "3.0.0-beta.334",
56
- "@webex/internal-plugin-metrics": "3.0.0-beta.334",
57
- "@webex/internal-plugin-support": "3.0.0-beta.334",
58
- "@webex/internal-plugin-user": "3.0.0-beta.334",
59
- "@webex/media-helpers": "3.0.0-beta.334",
60
- "@webex/plugin-people": "3.0.0-beta.334",
61
- "@webex/plugin-rooms": "3.0.0-beta.334",
62
- "@webex/webex-core": "3.0.0-beta.334",
52
+ "@webex/internal-plugin-conversation": "3.0.0-beta.335",
53
+ "@webex/internal-plugin-device": "3.0.0-beta.335",
54
+ "@webex/internal-plugin-llm": "3.0.0-beta.335",
55
+ "@webex/internal-plugin-mercury": "3.0.0-beta.335",
56
+ "@webex/internal-plugin-metrics": "3.0.0-beta.335",
57
+ "@webex/internal-plugin-support": "3.0.0-beta.335",
58
+ "@webex/internal-plugin-user": "3.0.0-beta.335",
59
+ "@webex/media-helpers": "3.0.0-beta.335",
60
+ "@webex/plugin-people": "3.0.0-beta.335",
61
+ "@webex/plugin-rooms": "3.0.0-beta.335",
62
+ "@webex/webex-core": "3.0.0-beta.335",
63
63
  "ampersand-collection": "^2.0.2",
64
64
  "bowser": "^2.11.0",
65
65
  "btoa": "^1.2.1",
@@ -3809,7 +3809,7 @@ export default class Meeting extends StatelessWebexPlugin {
3809
3809
  functionName: string;
3810
3810
  isPublished: boolean;
3811
3811
  mediaType: MediaType;
3812
- stream: MediaStream;
3812
+ stream: LocalStream;
3813
3813
  }) {
3814
3814
  const {functionName, isPublished, mediaType, stream} = options;
3815
3815
  Trigger.trigger(