@webex/plugin-meetings 3.2.0 → 3.3.0
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/constants.js +2 -4
- package/dist/constants.js.map +1 -1
- package/dist/interpretation/index.js +1 -1
- package/dist/interpretation/siLanguage.js +1 -1
- package/dist/mediaQualityMetrics/config.js +10 -10
- package/dist/mediaQualityMetrics/config.js.map +1 -1
- package/dist/meeting/index.js +8 -21
- package/dist/meeting/index.js.map +1 -1
- package/dist/meetings/index.js +1 -6
- package/dist/meetings/index.js.map +1 -1
- package/dist/reachability/index.js +9 -82
- package/dist/reachability/index.js.map +1 -1
- package/dist/statsAnalyzer/index.js +2 -4
- package/dist/statsAnalyzer/index.js.map +1 -1
- package/dist/statsAnalyzer/mqaUtil.js +0 -14
- package/dist/statsAnalyzer/mqaUtil.js.map +1 -1
- package/dist/types/constants.d.ts +1 -2
- package/dist/types/mediaQualityMetrics/config.d.ts +2 -8
- package/dist/types/meeting/index.d.ts +0 -8
- package/dist/types/reachability/index.d.ts +0 -11
- package/dist/webinar/index.js +1 -1
- package/package.json +21 -21
- package/src/constants.ts +1 -2
- package/src/mediaQualityMetrics/config.ts +7 -13
- package/src/meeting/index.ts +9 -23
- package/src/meetings/index.ts +2 -7
- package/src/reachability/index.ts +0 -57
- package/src/statsAnalyzer/index.ts +3 -6
- package/src/statsAnalyzer/mqaUtil.ts +0 -18
- package/test/unit/spec/meeting/index.js +8 -28
- package/test/unit/spec/meetings/index.js +15 -38
- package/test/unit/spec/reachability/index.ts +0 -266
- package/test/unit/spec/stats-analyzer/index.js +8 -89
- package/dist/annotation/annotation.types.d.ts +0 -42
- package/dist/annotation/constants.d.ts +0 -31
- package/dist/annotation/index.d.ts +0 -117
- package/dist/breakouts/breakout.d.ts +0 -8
- package/dist/breakouts/collection.d.ts +0 -5
- package/dist/breakouts/edit-lock-error.d.ts +0 -15
- package/dist/breakouts/events.d.ts +0 -8
- package/dist/breakouts/index.d.ts +0 -5
- package/dist/breakouts/request.d.ts +0 -22
- package/dist/breakouts/utils.d.ts +0 -15
- package/dist/common/browser-detection.d.ts +0 -9
- package/dist/common/collection.d.ts +0 -48
- package/dist/common/config.d.ts +0 -2
- package/dist/common/errors/captcha-error.d.ts +0 -15
- package/dist/common/errors/intent-to-join.d.ts +0 -16
- package/dist/common/errors/join-meeting.d.ts +0 -17
- package/dist/common/errors/media.d.ts +0 -15
- package/dist/common/errors/no-meeting-info.d.ts +0 -14
- package/dist/common/errors/parameter.d.ts +0 -15
- package/dist/common/errors/password-error.d.ts +0 -15
- package/dist/common/errors/permission.d.ts +0 -14
- package/dist/common/errors/reclaim-host-role-errors.d.ts +0 -60
- package/dist/common/errors/reconnection-in-progress.d.ts +0 -9
- package/dist/common/errors/reconnection-in-progress.js +0 -34
- package/dist/common/errors/reconnection-in-progress.js.map +0 -1
- package/dist/common/errors/reconnection.d.ts +0 -15
- package/dist/common/errors/stats.d.ts +0 -15
- package/dist/common/errors/webex-errors.d.ts +0 -93
- package/dist/common/errors/webex-meetings-error.d.ts +0 -20
- package/dist/common/events/events-scope.d.ts +0 -17
- package/dist/common/events/events.d.ts +0 -12
- package/dist/common/events/trigger-proxy.d.ts +0 -2
- package/dist/common/events/util.d.ts +0 -2
- package/dist/common/logs/logger-config.d.ts +0 -2
- package/dist/common/logs/logger-proxy.d.ts +0 -2
- package/dist/common/logs/request.d.ts +0 -36
- package/dist/common/queue.d.ts +0 -34
- package/dist/config.d.ts +0 -73
- package/dist/constants.d.ts +0 -1088
- package/dist/controls-options-manager/constants.d.ts +0 -4
- package/dist/controls-options-manager/enums.d.ts +0 -15
- package/dist/controls-options-manager/index.d.ts +0 -136
- package/dist/controls-options-manager/types.d.ts +0 -43
- package/dist/controls-options-manager/util.d.ts +0 -1
- package/dist/index.d.ts +0 -7
- package/dist/interceptors/index.d.ts +0 -2
- package/dist/interceptors/locusRetry.d.ts +0 -27
- package/dist/interpretation/collection.d.ts +0 -5
- package/dist/interpretation/index.d.ts +0 -5
- package/dist/interpretation/siLanguage.d.ts +0 -5
- package/dist/locus-info/controlsUtils.d.ts +0 -2
- package/dist/locus-info/embeddedAppsUtils.d.ts +0 -2
- package/dist/locus-info/fullState.d.ts +0 -2
- package/dist/locus-info/hostUtils.d.ts +0 -2
- package/dist/locus-info/index.d.ts +0 -322
- package/dist/locus-info/infoUtils.d.ts +0 -2
- package/dist/locus-info/mediaSharesUtils.d.ts +0 -2
- package/dist/locus-info/parser.d.ts +0 -272
- package/dist/locus-info/selfUtils.d.ts +0 -2
- package/dist/media/MediaConnectionAwaiter.d.ts +0 -61
- package/dist/media/index.d.ts +0 -34
- package/dist/media/properties.d.ts +0 -93
- package/dist/media/util.d.ts +0 -2
- package/dist/mediaQualityMetrics/config.d.ts +0 -241
- package/dist/meeting/in-meeting-actions.d.ts +0 -167
- package/dist/meeting/index.d.ts +0 -1825
- package/dist/meeting/locusMediaRequest.d.ts +0 -74
- package/dist/meeting/muteState.d.ts +0 -178
- package/dist/meeting/request.d.ts +0 -295
- package/dist/meeting/request.type.d.ts +0 -11
- package/dist/meeting/state.d.ts +0 -9
- package/dist/meeting/util.d.ts +0 -119
- package/dist/meeting/voicea-meeting.d.ts +0 -16
- package/dist/meeting-info/collection.d.ts +0 -20
- package/dist/meeting-info/index.d.ts +0 -69
- package/dist/meeting-info/meeting-info-v2.d.ts +0 -123
- package/dist/meeting-info/request.d.ts +0 -22
- package/dist/meeting-info/util.d.ts +0 -2
- package/dist/meeting-info/utilv2.d.ts +0 -2
- package/dist/meetings/collection.d.ts +0 -40
- package/dist/meetings/index.d.ts +0 -398
- package/dist/meetings/meetings.types.d.ts +0 -4
- package/dist/meetings/request.d.ts +0 -27
- package/dist/meetings/util.d.ts +0 -18
- package/dist/member/index.d.ts +0 -160
- package/dist/member/types.d.ts +0 -32
- package/dist/member/util.d.ts +0 -2
- package/dist/members/collection.d.ts +0 -29
- package/dist/members/index.d.ts +0 -353
- package/dist/members/request.d.ts +0 -114
- package/dist/members/types.d.ts +0 -25
- package/dist/members/util.d.ts +0 -215
- package/dist/metrics/constants.d.ts +0 -70
- package/dist/metrics/index.d.ts +0 -45
- package/dist/multistream/mediaRequestManager.d.ts +0 -119
- package/dist/multistream/receiveSlot.d.ts +0 -68
- package/dist/multistream/receiveSlotManager.d.ts +0 -56
- package/dist/multistream/remoteMedia.d.ts +0 -72
- package/dist/multistream/remoteMediaGroup.d.ts +0 -49
- package/dist/multistream/remoteMediaManager.d.ts +0 -300
- package/dist/multistream/sendSlotManager.d.ts +0 -69
- package/dist/networkQualityMonitor/index.d.ts +0 -70
- package/dist/personal-meeting-room/index.d.ts +0 -47
- package/dist/personal-meeting-room/request.d.ts +0 -14
- package/dist/personal-meeting-room/util.d.ts +0 -2
- package/dist/reachability/clusterReachability.d.ts +0 -110
- package/dist/reachability/index.d.ts +0 -109
- package/dist/reachability/request.d.ts +0 -39
- package/dist/reachability/util.d.ts +0 -15
- package/dist/reactions/constants.d.ts +0 -3
- package/dist/reactions/reactions.d.ts +0 -4
- package/dist/reactions/reactions.type.d.ts +0 -52
- package/dist/reconnection-manager/index.d.ts +0 -136
- package/dist/recording-controller/enums.d.ts +0 -7
- package/dist/recording-controller/index.d.ts +0 -207
- package/dist/recording-controller/util.d.ts +0 -14
- package/dist/roap/index.d.ts +0 -86
- package/dist/roap/request.d.ts +0 -39
- package/dist/roap/turnDiscovery.d.ts +0 -155
- package/dist/rtcMetrics/constants.d.ts +0 -4
- package/dist/rtcMetrics/index.d.ts +0 -61
- package/dist/statsAnalyzer/global.d.ts +0 -36
- package/dist/statsAnalyzer/index.d.ts +0 -217
- package/dist/statsAnalyzer/mqaUtil.d.ts +0 -48
- package/dist/transcription/index.d.ts +0 -64
- package/dist/webinar/collection.d.ts +0 -16
- package/dist/webinar/index.d.ts +0 -5
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @description Meeting Webex assistance transcription feature.
|
|
3
|
-
* @exports
|
|
4
|
-
* @class Transcription
|
|
5
|
-
*/
|
|
6
|
-
export default class Transcription {
|
|
7
|
-
webSocketUrl: any;
|
|
8
|
-
sessionID: any;
|
|
9
|
-
members: any;
|
|
10
|
-
memberCSIs: any;
|
|
11
|
-
webSocket: any;
|
|
12
|
-
/**
|
|
13
|
-
* @param {string} webSocketUrl
|
|
14
|
-
* @param {sessionID} sessionId
|
|
15
|
-
* @param {object} members
|
|
16
|
-
* @constructor
|
|
17
|
-
* @memberof Transcription
|
|
18
|
-
*/
|
|
19
|
-
constructor(webSocketUrl: string, sessionId: any, members: object);
|
|
20
|
-
/**
|
|
21
|
-
* open the Low Latency Mercury connection
|
|
22
|
-
* An event parameter will be send to the callback.
|
|
23
|
-
*
|
|
24
|
-
* @param {string} token
|
|
25
|
-
* @param {string} sessionID
|
|
26
|
-
* @returns {void}
|
|
27
|
-
*/
|
|
28
|
-
connect(token: string): void;
|
|
29
|
-
/**
|
|
30
|
-
* Sets callback to invoke when the web socket connection is closed.
|
|
31
|
-
*
|
|
32
|
-
* @param {Function} callback
|
|
33
|
-
* @returns {void}
|
|
34
|
-
*/
|
|
35
|
-
onCloseSocket(callback: any): void;
|
|
36
|
-
/**
|
|
37
|
-
* Sets callback to invoke when a web socket connection error occurs.
|
|
38
|
-
* An event parameter will be send to the callback.
|
|
39
|
-
*
|
|
40
|
-
* @param {Function} callback
|
|
41
|
-
* @returns {void}
|
|
42
|
-
*/
|
|
43
|
-
onErrorSocket(callback: any): void;
|
|
44
|
-
/**
|
|
45
|
-
* Get current speaker from the given csis payload and update the global csis map
|
|
46
|
-
*
|
|
47
|
-
* @private
|
|
48
|
-
* @param {object} csis
|
|
49
|
-
* @returns {object}
|
|
50
|
-
*/
|
|
51
|
-
private getSpeaker;
|
|
52
|
-
/**
|
|
53
|
-
* Sends transcription data to given callback as it arrives.
|
|
54
|
-
*
|
|
55
|
-
* @param {Function} callback
|
|
56
|
-
* @returns {void}
|
|
57
|
-
*/
|
|
58
|
-
subscribe(callback: any): void;
|
|
59
|
-
/**
|
|
60
|
-
* Close the LLM web socket connection
|
|
61
|
-
* @returns {void}
|
|
62
|
-
*/
|
|
63
|
-
closeSocket(): void;
|
|
64
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Copyright (c) 2015-2023 Cisco Systems, Inc. See LICENSE file.
|
|
3
|
-
*/
|
|
4
|
-
declare class WebinarCollection {
|
|
5
|
-
webinarInfo: any;
|
|
6
|
-
namespace: string;
|
|
7
|
-
mainIndex: string;
|
|
8
|
-
constructor();
|
|
9
|
-
set(id: any, info: any): void;
|
|
10
|
-
/**
|
|
11
|
-
* @param {String} id
|
|
12
|
-
* @returns {Member}
|
|
13
|
-
*/
|
|
14
|
-
get(id: string): any;
|
|
15
|
-
}
|
|
16
|
-
export default WebinarCollection;
|