@webex/plugin-meetings 3.8.0-next.6 → 3.8.0-next.7

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.
@@ -71,6 +71,8 @@ export type CallStateForMetrics = {
71
71
  sessionCorrelationId?: string;
72
72
  joinTrigger?: string;
73
73
  loginType?: string;
74
+ userNameInput?: string;
75
+ emailInput?: string;
74
76
  };
75
77
  export declare const MEDIA_UPDATE_TYPE: {
76
78
  TRANSCODED_MEDIA_CONNECTION: string;
@@ -495,6 +497,26 @@ export default class Meeting extends StatelessWebexPlugin {
495
497
  * @param {string} correlationId
496
498
  */
497
499
  set correlationId(correlationId: string);
500
+ /**
501
+ * Getter - Returns callStateForMetrics.userNameInput
502
+ * @returns {string}
503
+ */
504
+ get userNameInput(): string;
505
+ /**
506
+ * Setter - sets callStateForMetrics.userNameInput
507
+ * @param {string} userNameInput
508
+ */
509
+ set userNameInput(userNameInput: string);
510
+ /**
511
+ * Getter - Returns callStateForMetrics.emailInput
512
+ * @returns {string}
513
+ */
514
+ get emailInput(): string;
515
+ /**
516
+ * Setter - sets callStateForMetrics.emailInput
517
+ * @param {string} emailInput
518
+ */
519
+ set emailInput(emailInput: string);
498
520
  /**
499
521
  * Getter - Returns callStateForMetrics.sessionCorrelationId
500
522
  * @returns {string}
@@ -458,7 +458,7 @@ var Webinar = _webexCore.WebexPlugin.extend({
458
458
  }, _callee7);
459
459
  }))();
460
460
  },
461
- version: "3.8.0-next.6"
461
+ version: "3.8.0-next.7"
462
462
  });
463
463
  var _default = exports.default = Webinar;
464
464
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -43,13 +43,13 @@
43
43
  "@webex/eslint-config-legacy": "0.0.0",
44
44
  "@webex/jest-config-legacy": "0.0.0",
45
45
  "@webex/legacy-tools": "0.0.0",
46
- "@webex/plugin-meetings": "3.8.0-next.6",
47
- "@webex/plugin-rooms": "3.8.0-next.1",
48
- "@webex/test-helper-chai": "3.8.0-next.1",
49
- "@webex/test-helper-mocha": "3.8.0-next.1",
50
- "@webex/test-helper-mock-webex": "3.8.0-next.1",
51
- "@webex/test-helper-retry": "3.8.0-next.1",
52
- "@webex/test-helper-test-users": "3.8.0-next.1",
46
+ "@webex/plugin-meetings": "3.8.0-next.7",
47
+ "@webex/plugin-rooms": "3.8.0-next.2",
48
+ "@webex/test-helper-chai": "3.8.0-next.2",
49
+ "@webex/test-helper-mocha": "3.8.0-next.2",
50
+ "@webex/test-helper-mock-webex": "3.8.0-next.2",
51
+ "@webex/test-helper-retry": "3.8.0-next.2",
52
+ "@webex/test-helper-test-users": "3.8.0-next.2",
53
53
  "chai": "^4.3.4",
54
54
  "chai-as-promised": "^7.1.1",
55
55
  "eslint": "^8.24.0",
@@ -61,22 +61,22 @@
61
61
  "typescript": "^4.7.4"
62
62
  },
63
63
  "dependencies": {
64
- "@webex/common": "3.8.0-next.1",
64
+ "@webex/common": "3.8.0-next.2",
65
65
  "@webex/event-dictionary-ts": "^1.0.1688",
66
66
  "@webex/internal-media-core": "2.14.4",
67
- "@webex/internal-plugin-conversation": "3.8.0-next.1",
68
- "@webex/internal-plugin-device": "3.8.0-next.1",
69
- "@webex/internal-plugin-llm": "3.8.0-next.2",
70
- "@webex/internal-plugin-mercury": "3.8.0-next.1",
71
- "@webex/internal-plugin-metrics": "3.8.0-next.1",
72
- "@webex/internal-plugin-support": "3.8.0-next.1",
73
- "@webex/internal-plugin-user": "3.8.0-next.1",
74
- "@webex/internal-plugin-voicea": "3.8.0-next.6",
75
- "@webex/media-helpers": "3.8.0-next.1",
76
- "@webex/plugin-people": "3.8.0-next.1",
77
- "@webex/plugin-rooms": "3.8.0-next.1",
67
+ "@webex/internal-plugin-conversation": "3.8.0-next.2",
68
+ "@webex/internal-plugin-device": "3.8.0-next.2",
69
+ "@webex/internal-plugin-llm": "3.8.0-next.3",
70
+ "@webex/internal-plugin-mercury": "3.8.0-next.2",
71
+ "@webex/internal-plugin-metrics": "3.8.0-next.2",
72
+ "@webex/internal-plugin-support": "3.8.0-next.2",
73
+ "@webex/internal-plugin-user": "3.8.0-next.2",
74
+ "@webex/internal-plugin-voicea": "3.8.0-next.7",
75
+ "@webex/media-helpers": "3.8.0-next.2",
76
+ "@webex/plugin-people": "3.8.0-next.2",
77
+ "@webex/plugin-rooms": "3.8.0-next.2",
78
78
  "@webex/web-capabilities": "^1.4.0",
79
- "@webex/webex-core": "3.8.0-next.1",
79
+ "@webex/webex-core": "3.8.0-next.2",
80
80
  "ampersand-collection": "^2.0.2",
81
81
  "bowser": "^2.11.0",
82
82
  "btoa": "^1.2.1",
@@ -92,5 +92,5 @@
92
92
  "//": [
93
93
  "TODO: upgrade jwt-decode when moving to node 18"
94
94
  ],
95
- "version": "3.8.0-next.6"
95
+ "version": "3.8.0-next.7"
96
96
  }
@@ -241,6 +241,8 @@ export type CallStateForMetrics = {
241
241
  sessionCorrelationId?: string;
242
242
  joinTrigger?: string;
243
243
  loginType?: string;
244
+ userNameInput?: string;
245
+ emailInput?: string;
244
246
  };
245
247
 
246
248
  export const MEDIA_UPDATE_TYPE = {
@@ -1627,6 +1629,38 @@ export default class Meeting extends StatelessWebexPlugin {
1627
1629
  this.callStateForMetrics.correlationId = correlationId;
1628
1630
  }
1629
1631
 
1632
+ /**
1633
+ * Getter - Returns callStateForMetrics.userNameInput
1634
+ * @returns {string}
1635
+ */
1636
+ get userNameInput() {
1637
+ return this.callStateForMetrics?.userNameInput;
1638
+ }
1639
+
1640
+ /**
1641
+ * Setter - sets callStateForMetrics.userNameInput
1642
+ * @param {string} userNameInput
1643
+ */
1644
+ set userNameInput(userNameInput: string) {
1645
+ this.callStateForMetrics.userNameInput = userNameInput;
1646
+ }
1647
+
1648
+ /**
1649
+ * Getter - Returns callStateForMetrics.emailInput
1650
+ * @returns {string}
1651
+ */
1652
+ get emailInput() {
1653
+ return this.callStateForMetrics?.emailInput;
1654
+ }
1655
+
1656
+ /**
1657
+ * Setter - sets callStateForMetrics.emailInput
1658
+ * @param {string} emailInput
1659
+ */
1660
+ set emailInput(emailInput: string) {
1661
+ this.callStateForMetrics.emailInput = emailInput;
1662
+ }
1663
+
1630
1664
  /**
1631
1665
  * Getter - Returns callStateForMetrics.sessionCorrelationId
1632
1666
  * @returns {string}
@@ -9928,6 +9928,22 @@ describe('plugin-meetings', () => {
9928
9928
  });
9929
9929
  });
9930
9930
 
9931
+ describe('#emailInput', () => {
9932
+ it('should set the email input', () => {
9933
+ assert.notOk(meeting.emailInput);
9934
+ meeting.emailInput = 'current';
9935
+ assert.equal(meeting.emailInput, 'current');
9936
+ });
9937
+ });
9938
+
9939
+ describe('#userNameInput', () => {
9940
+ it('should set the user name input', () => {
9941
+ assert.notOk(meeting.userNameInput);
9942
+ meeting.userNameInput = 'current';
9943
+ assert.equal(meeting.userNameInput, 'current');
9944
+ });
9945
+ });
9946
+
9931
9947
  describe('#setPermissionTokenPayload', () => {
9932
9948
  let now;
9933
9949
  let clock;