@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.
- package/dist/breakouts/breakout.js +1 -1
- package/dist/breakouts/index.js +1 -1
- package/dist/interpretation/index.js +1 -1
- package/dist/interpretation/siLanguage.js +1 -1
- package/dist/meeting/index.js +38 -0
- package/dist/meeting/index.js.map +1 -1
- package/dist/types/meeting/index.d.ts +22 -0
- package/dist/webinar/index.js +1 -1
- package/package.json +21 -21
- package/src/meeting/index.ts +34 -0
- package/test/unit/spec/meeting/index.js +16 -0
@@ -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}
|
package/dist/webinar/index.js
CHANGED
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.
|
47
|
-
"@webex/plugin-rooms": "3.8.0-next.
|
48
|
-
"@webex/test-helper-chai": "3.8.0-next.
|
49
|
-
"@webex/test-helper-mocha": "3.8.0-next.
|
50
|
-
"@webex/test-helper-mock-webex": "3.8.0-next.
|
51
|
-
"@webex/test-helper-retry": "3.8.0-next.
|
52
|
-
"@webex/test-helper-test-users": "3.8.0-next.
|
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.
|
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.
|
68
|
-
"@webex/internal-plugin-device": "3.8.0-next.
|
69
|
-
"@webex/internal-plugin-llm": "3.8.0-next.
|
70
|
-
"@webex/internal-plugin-mercury": "3.8.0-next.
|
71
|
-
"@webex/internal-plugin-metrics": "3.8.0-next.
|
72
|
-
"@webex/internal-plugin-support": "3.8.0-next.
|
73
|
-
"@webex/internal-plugin-user": "3.8.0-next.
|
74
|
-
"@webex/internal-plugin-voicea": "3.8.0-next.
|
75
|
-
"@webex/media-helpers": "3.8.0-next.
|
76
|
-
"@webex/plugin-people": "3.8.0-next.
|
77
|
-
"@webex/plugin-rooms": "3.8.0-next.
|
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.
|
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.
|
95
|
+
"version": "3.8.0-next.7"
|
96
96
|
}
|
package/src/meeting/index.ts
CHANGED
@@ -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;
|