@webex/plugin-meetings 3.0.0-beta.207 → 3.0.0-beta.208
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 +23 -27
- package/dist/meeting/index.js.map +1 -1
- package/dist/types/meeting/index.d.ts +0 -3
- package/package.json +19 -19
- package/src/meeting/index.ts +0 -10
- package/test/unit/spec/meeting/index.js +0 -8
|
@@ -19,7 +19,6 @@ import InMeetingActions from './in-meeting-actions';
|
|
|
19
19
|
import RecordingController from '../recording-controller';
|
|
20
20
|
import ControlsOptionsManager from '../controls-options-manager';
|
|
21
21
|
import { LocusMediaRequest } from './locusMediaRequest';
|
|
22
|
-
import { AnnotationInfo } from '../annotation/annotation.types';
|
|
23
22
|
export type LocalTracks = {
|
|
24
23
|
microphone?: LocalMicrophoneTrack;
|
|
25
24
|
camera?: LocalCameraTrack;
|
|
@@ -27,7 +26,6 @@ export type LocalTracks = {
|
|
|
27
26
|
audio?: LocalSystemAudioTrack;
|
|
28
27
|
video?: LocalDisplayTrack;
|
|
29
28
|
};
|
|
30
|
-
annotationInfo?: AnnotationInfo;
|
|
31
29
|
};
|
|
32
30
|
export type AddMediaOptions = {
|
|
33
31
|
localTracks?: LocalTracks;
|
|
@@ -397,7 +395,6 @@ export default class Meeting extends StatelessWebexPlugin {
|
|
|
397
395
|
roles: any[];
|
|
398
396
|
environment: string;
|
|
399
397
|
namespace: string;
|
|
400
|
-
annotationInfo: AnnotationInfo;
|
|
401
398
|
allowMediaInLobby: boolean;
|
|
402
399
|
/**
|
|
403
400
|
* @param {Object} attrs
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webex/plugin-meetings",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.208",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Cisco EULA (https://www.cisco.com/c/en/us/products/end-user-license-agreement.html)",
|
|
6
6
|
"contributors": [
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"build": "yarn run -T tsc --declaration true --declarationDir ./dist/types"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@webex/plugin-meetings": "3.0.0-beta.
|
|
36
|
-
"@webex/test-helper-chai": "3.0.0-beta.
|
|
37
|
-
"@webex/test-helper-mocha": "3.0.0-beta.
|
|
38
|
-
"@webex/test-helper-mock-webex": "3.0.0-beta.
|
|
39
|
-
"@webex/test-helper-retry": "3.0.0-beta.
|
|
40
|
-
"@webex/test-helper-test-users": "3.0.0-beta.
|
|
35
|
+
"@webex/plugin-meetings": "3.0.0-beta.208",
|
|
36
|
+
"@webex/test-helper-chai": "3.0.0-beta.208",
|
|
37
|
+
"@webex/test-helper-mocha": "3.0.0-beta.208",
|
|
38
|
+
"@webex/test-helper-mock-webex": "3.0.0-beta.208",
|
|
39
|
+
"@webex/test-helper-retry": "3.0.0-beta.208",
|
|
40
|
+
"@webex/test-helper-test-users": "3.0.0-beta.208",
|
|
41
41
|
"chai": "^4.3.4",
|
|
42
42
|
"chai-as-promised": "^7.1.1",
|
|
43
43
|
"jsdom-global": "3.0.2",
|
|
@@ -46,19 +46,19 @@
|
|
|
46
46
|
"typescript": "^4.7.4"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@webex/common": "3.0.0-beta.
|
|
49
|
+
"@webex/common": "3.0.0-beta.208",
|
|
50
50
|
"@webex/internal-media-core": "1.39.1",
|
|
51
|
-
"@webex/internal-plugin-conversation": "3.0.0-beta.
|
|
52
|
-
"@webex/internal-plugin-device": "3.0.0-beta.
|
|
53
|
-
"@webex/internal-plugin-llm": "3.0.0-beta.
|
|
54
|
-
"@webex/internal-plugin-mercury": "3.0.0-beta.
|
|
55
|
-
"@webex/internal-plugin-metrics": "3.0.0-beta.
|
|
56
|
-
"@webex/internal-plugin-support": "3.0.0-beta.
|
|
57
|
-
"@webex/internal-plugin-user": "3.0.0-beta.
|
|
58
|
-
"@webex/media-helpers": "3.0.0-beta.
|
|
59
|
-
"@webex/plugin-people": "3.0.0-beta.
|
|
60
|
-
"@webex/plugin-rooms": "3.0.0-beta.
|
|
61
|
-
"@webex/webex-core": "3.0.0-beta.
|
|
51
|
+
"@webex/internal-plugin-conversation": "3.0.0-beta.208",
|
|
52
|
+
"@webex/internal-plugin-device": "3.0.0-beta.208",
|
|
53
|
+
"@webex/internal-plugin-llm": "3.0.0-beta.208",
|
|
54
|
+
"@webex/internal-plugin-mercury": "3.0.0-beta.208",
|
|
55
|
+
"@webex/internal-plugin-metrics": "3.0.0-beta.208",
|
|
56
|
+
"@webex/internal-plugin-support": "3.0.0-beta.208",
|
|
57
|
+
"@webex/internal-plugin-user": "3.0.0-beta.208",
|
|
58
|
+
"@webex/media-helpers": "3.0.0-beta.208",
|
|
59
|
+
"@webex/plugin-people": "3.0.0-beta.208",
|
|
60
|
+
"@webex/plugin-rooms": "3.0.0-beta.208",
|
|
61
|
+
"@webex/webex-core": "3.0.0-beta.208",
|
|
62
62
|
"ampersand-collection": "^2.0.2",
|
|
63
63
|
"bowser": "^2.11.0",
|
|
64
64
|
"btoa": "^1.2.1",
|
package/src/meeting/index.ts
CHANGED
|
@@ -124,7 +124,6 @@ import RecordingController from '../recording-controller';
|
|
|
124
124
|
import ControlsOptionsManager from '../controls-options-manager';
|
|
125
125
|
import PermissionError from '../common/errors/permission';
|
|
126
126
|
import {LocusMediaRequest} from './locusMediaRequest';
|
|
127
|
-
import {AnnotationInfo} from '../annotation/annotation.types';
|
|
128
127
|
|
|
129
128
|
const {isBrowser} = BrowserDetection();
|
|
130
129
|
|
|
@@ -150,7 +149,6 @@ export type LocalTracks = {
|
|
|
150
149
|
audio?: LocalSystemAudioTrack;
|
|
151
150
|
video?: LocalDisplayTrack;
|
|
152
151
|
};
|
|
153
|
-
annotationInfo?: AnnotationInfo;
|
|
154
152
|
};
|
|
155
153
|
|
|
156
154
|
export type AddMediaOptions = {
|
|
@@ -551,7 +549,6 @@ export default class Meeting extends StatelessWebexPlugin {
|
|
|
551
549
|
roles: any[];
|
|
552
550
|
environment: string;
|
|
553
551
|
namespace = MEETINGS;
|
|
554
|
-
annotationInfo: AnnotationInfo;
|
|
555
552
|
allowMediaInLobby: boolean;
|
|
556
553
|
|
|
557
554
|
/**
|
|
@@ -5441,9 +5438,6 @@ export default class Meeting extends StatelessWebexPlugin {
|
|
|
5441
5438
|
|
|
5442
5439
|
this.audio = createMuteState(AUDIO, this, audioEnabled);
|
|
5443
5440
|
this.video = createMuteState(VIDEO, this, videoEnabled);
|
|
5444
|
-
|
|
5445
|
-
this.annotationInfo = localTracks?.annotationInfo;
|
|
5446
|
-
|
|
5447
5441
|
const promises = [];
|
|
5448
5442
|
|
|
5449
5443
|
// setup all the references to local tracks in this.mediaProperties before creating media connection
|
|
@@ -6155,7 +6149,6 @@ export default class Meeting extends StatelessWebexPlugin {
|
|
|
6155
6149
|
deviceUrl: this.deviceUrl,
|
|
6156
6150
|
uri: content.url,
|
|
6157
6151
|
resourceUrl: this.resourceUrl,
|
|
6158
|
-
annotationInfo: this.annotationInfo,
|
|
6159
6152
|
})
|
|
6160
6153
|
.then(() => {
|
|
6161
6154
|
this.screenShareFloorState = ScreenShareFloorStatus.GRANTED;
|
|
@@ -7033,9 +7026,6 @@ export default class Meeting extends StatelessWebexPlugin {
|
|
|
7033
7026
|
*/
|
|
7034
7027
|
async publishTracks(tracks: LocalTracks): Promise<void> {
|
|
7035
7028
|
this.checkMediaConnection();
|
|
7036
|
-
|
|
7037
|
-
this.annotationInfo = tracks.annotationInfo;
|
|
7038
|
-
|
|
7039
7029
|
if (
|
|
7040
7030
|
!tracks.microphone &&
|
|
7041
7031
|
!tracks.camera &&
|
|
@@ -4041,14 +4041,6 @@ describe('plugin-meetings', () => {
|
|
|
4041
4041
|
checkScreenShareAudioPublished(audioShareTrack);
|
|
4042
4042
|
});
|
|
4043
4043
|
});
|
|
4044
|
-
it('creates instance and publishes with annotation info', async () => {
|
|
4045
|
-
const annotationInfo = {
|
|
4046
|
-
version: '1',
|
|
4047
|
-
policy: ANNOTATION_POLICY.APPROVAL,
|
|
4048
|
-
};
|
|
4049
|
-
await meeting.publishTracks({annotationInfo});
|
|
4050
|
-
assert.equal(meeting.annotationInfo, annotationInfo);
|
|
4051
|
-
});
|
|
4052
4044
|
|
|
4053
4045
|
describe('unpublishTracks', () => {
|
|
4054
4046
|
beforeEach(async () => {
|