@webex/plugin-meetings 3.12.0-next.9 → 3.12.0-task-refactor.1
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/annotation/index.js +5 -14
- package/dist/annotation/index.js.map +1 -1
- package/dist/breakouts/breakout.js +1 -1
- package/dist/breakouts/index.js +1 -1
- package/dist/config.js +2 -8
- package/dist/config.js.map +1 -1
- package/dist/constants.js +6 -29
- package/dist/constants.js.map +1 -1
- package/dist/hashTree/hashTreeParser.js +29 -1563
- package/dist/hashTree/hashTreeParser.js.map +1 -1
- package/dist/hashTree/types.js +3 -13
- package/dist/hashTree/types.js.map +1 -1
- package/dist/index.js +2 -11
- package/dist/index.js.map +1 -1
- package/dist/interceptors/index.js +0 -7
- package/dist/interceptors/index.js.map +1 -1
- package/dist/interceptors/locusRouteToken.js +5 -27
- package/dist/interceptors/locusRouteToken.js.map +1 -1
- package/dist/interpretation/index.js +2 -2
- package/dist/interpretation/index.js.map +1 -1
- package/dist/interpretation/siLanguage.js +1 -1
- package/dist/locus-info/controlsUtils.js +3 -7
- package/dist/locus-info/controlsUtils.js.map +1 -1
- package/dist/locus-info/index.js +247 -642
- package/dist/locus-info/index.js.map +1 -1
- package/dist/locus-info/selfUtils.js +0 -1
- package/dist/locus-info/selfUtils.js.map +1 -1
- package/dist/locus-info/types.js.map +1 -1
- package/dist/media/MediaConnectionAwaiter.js +1 -57
- package/dist/media/MediaConnectionAwaiter.js.map +1 -1
- package/dist/media/properties.js +2 -4
- package/dist/media/properties.js.map +1 -1
- package/dist/meeting/in-meeting-actions.js +1 -7
- package/dist/meeting/in-meeting-actions.js.map +1 -1
- package/dist/meeting/index.js +1036 -1481
- package/dist/meeting/index.js.map +1 -1
- package/dist/meeting/request.js +0 -50
- package/dist/meeting/request.js.map +1 -1
- package/dist/meeting/request.type.js.map +1 -1
- package/dist/meeting/util.js +3 -133
- package/dist/meeting/util.js.map +1 -1
- package/dist/meetings/index.js +59 -142
- package/dist/meetings/index.js.map +1 -1
- package/dist/meetings/util.js +7 -11
- package/dist/meetings/util.js.map +1 -1
- package/dist/member/index.js +0 -10
- package/dist/member/index.js.map +1 -1
- package/dist/member/util.js +0 -10
- package/dist/member/util.js.map +1 -1
- package/dist/metrics/constants.js +1 -7
- package/dist/metrics/constants.js.map +1 -1
- package/dist/multistream/mediaRequestManager.js +60 -9
- package/dist/multistream/mediaRequestManager.js.map +1 -1
- package/dist/multistream/remoteMediaManager.js +0 -11
- package/dist/multistream/remoteMediaManager.js.map +1 -1
- package/dist/multistream/sendSlotManager.js +2 -116
- package/dist/multistream/sendSlotManager.js.map +1 -1
- package/dist/reachability/clusterReachability.js +18 -171
- package/dist/reachability/clusterReachability.js.map +1 -1
- package/dist/reachability/index.js +11 -21
- package/dist/reachability/index.js.map +1 -1
- package/dist/reachability/reachabilityPeerConnection.js +1 -1
- package/dist/reachability/reachabilityPeerConnection.js.map +1 -1
- package/dist/reactions/reactions.type.js.map +1 -1
- package/dist/reconnection-manager/index.js +1 -0
- package/dist/reconnection-manager/index.js.map +1 -1
- package/dist/types/common/browser-detection.d.ts +0 -1
- package/dist/types/common/events/events-scope.d.ts +0 -1
- package/dist/types/common/events/events.d.ts +0 -1
- package/dist/types/config.d.ts +0 -5
- package/dist/types/constants.d.ts +1 -24
- package/dist/types/hashTree/hashTreeParser.d.ts +11 -260
- package/dist/types/hashTree/types.d.ts +0 -20
- package/dist/types/index.d.ts +0 -1
- package/dist/types/interceptors/index.d.ts +1 -2
- package/dist/types/interceptors/locusRouteToken.d.ts +0 -2
- package/dist/types/locus-info/index.d.ts +47 -68
- package/dist/types/locus-info/types.d.ts +12 -28
- package/dist/types/media/MediaConnectionAwaiter.d.ts +1 -10
- package/dist/types/media/properties.d.ts +1 -2
- package/dist/types/meeting/in-meeting-actions.d.ts +0 -6
- package/dist/types/meeting/index.d.ts +7 -86
- package/dist/types/meeting/request.d.ts +1 -16
- package/dist/types/meeting/request.type.d.ts +0 -5
- package/dist/types/meeting/util.d.ts +0 -31
- package/dist/types/meeting-info/util.d.ts +0 -1
- package/dist/types/meeting-info/utilv2.d.ts +0 -1
- package/dist/types/meetings/index.d.ts +2 -4
- package/dist/types/member/index.d.ts +0 -1
- package/dist/types/member/types.d.ts +4 -4
- package/dist/types/member/util.d.ts +0 -5
- package/dist/types/metrics/constants.d.ts +0 -6
- package/dist/types/multistream/mediaRequestManager.d.ts +23 -0
- package/dist/types/multistream/sendSlotManager.d.ts +1 -23
- package/dist/types/reachability/clusterReachability.d.ts +3 -30
- package/dist/types/reactions/reactions.type.d.ts +0 -1
- package/dist/types/recording-controller/util.d.ts +5 -5
- package/dist/types/roap/index.d.ts +1 -1
- package/dist/webinar/index.js +163 -438
- package/dist/webinar/index.js.map +1 -1
- package/package.json +24 -26
- package/src/annotation/index.ts +7 -27
- package/src/config.ts +0 -5
- package/src/constants.ts +1 -30
- package/src/hashTree/hashTreeParser.ts +25 -1523
- package/src/hashTree/types.ts +1 -24
- package/src/index.ts +1 -8
- package/src/interceptors/index.ts +1 -2
- package/src/interceptors/locusRouteToken.ts +5 -22
- package/src/interpretation/index.ts +2 -2
- package/src/locus-info/controlsUtils.ts +0 -17
- package/src/locus-info/index.ts +213 -707
- package/src/locus-info/selfUtils.ts +0 -1
- package/src/locus-info/types.ts +12 -27
- package/src/media/MediaConnectionAwaiter.ts +1 -41
- package/src/media/properties.ts +1 -3
- package/src/meeting/in-meeting-actions.ts +0 -12
- package/src/meeting/index.ts +84 -461
- package/src/meeting/request.ts +0 -42
- package/src/meeting/request.type.ts +0 -6
- package/src/meeting/util.ts +2 -160
- package/src/meetings/index.ts +60 -180
- package/src/meetings/util.ts +9 -10
- package/src/member/index.ts +0 -10
- package/src/member/util.ts +0 -12
- package/src/metrics/constants.ts +0 -7
- package/src/multistream/mediaRequestManager.ts +54 -4
- package/src/multistream/remoteMediaManager.ts +0 -13
- package/src/multistream/sendSlotManager.ts +3 -97
- package/src/reachability/clusterReachability.ts +27 -153
- package/src/reachability/index.ts +1 -15
- package/src/reachability/reachabilityPeerConnection.ts +1 -3
- package/src/reactions/reactions.type.ts +0 -1
- package/src/reconnection-manager/index.ts +1 -0
- package/src/webinar/index.ts +6 -265
- package/test/unit/spec/annotation/index.ts +7 -69
- package/test/unit/spec/interceptors/locusRouteToken.ts +0 -44
- package/test/unit/spec/locus-info/controlsUtils.js +1 -56
- package/test/unit/spec/locus-info/index.js +90 -1457
- package/test/unit/spec/media/MediaConnectionAwaiter.ts +1 -41
- package/test/unit/spec/media/properties.ts +3 -12
- package/test/unit/spec/meeting/in-meeting-actions.ts +2 -8
- package/test/unit/spec/meeting/index.js +128 -981
- package/test/unit/spec/meeting/request.js +0 -70
- package/test/unit/spec/meeting/utils.js +26 -438
- package/test/unit/spec/meetings/index.js +33 -845
- package/test/unit/spec/meetings/utils.js +1 -51
- package/test/unit/spec/member/index.js +4 -28
- package/test/unit/spec/member/util.js +27 -65
- package/test/unit/spec/multistream/mediaRequestManager.ts +85 -2
- package/test/unit/spec/multistream/remoteMediaManager.ts +0 -30
- package/test/unit/spec/multistream/sendSlotManager.ts +36 -135
- package/test/unit/spec/reachability/clusterReachability.ts +1 -125
- package/test/unit/spec/reachability/index.ts +3 -26
- package/test/unit/spec/reconnection-manager/index.js +8 -4
- package/test/unit/spec/webinar/index.ts +37 -534
- package/dist/aiEnableRequest/index.js +0 -184
- package/dist/aiEnableRequest/index.js.map +0 -1
- package/dist/aiEnableRequest/utils.js +0 -36
- package/dist/aiEnableRequest/utils.js.map +0 -1
- package/dist/hashTree/constants.js +0 -22
- package/dist/hashTree/constants.js.map +0 -1
- package/dist/hashTree/hashTree.js +0 -533
- package/dist/hashTree/hashTree.js.map +0 -1
- package/dist/hashTree/utils.js +0 -69
- package/dist/hashTree/utils.js.map +0 -1
- package/dist/interceptors/constant.js +0 -12
- package/dist/interceptors/constant.js.map +0 -1
- package/dist/interceptors/dataChannelAuthToken.js +0 -290
- package/dist/interceptors/dataChannelAuthToken.js.map +0 -1
- package/dist/interceptors/utils.js +0 -27
- package/dist/interceptors/utils.js.map +0 -1
- package/dist/types/aiEnableRequest/index.d.ts +0 -5
- package/dist/types/aiEnableRequest/utils.d.ts +0 -2
- package/dist/types/hashTree/constants.d.ts +0 -9
- package/dist/types/hashTree/hashTree.d.ts +0 -136
- package/dist/types/hashTree/utils.d.ts +0 -22
- package/dist/types/interceptors/constant.d.ts +0 -5
- package/dist/types/interceptors/dataChannelAuthToken.d.ts +0 -43
- package/dist/types/interceptors/utils.d.ts +0 -1
- package/dist/types/webinar/utils.d.ts +0 -6
- package/dist/webinar/utils.js +0 -25
- package/dist/webinar/utils.js.map +0 -1
- package/src/aiEnableRequest/README.md +0 -84
- package/src/aiEnableRequest/index.ts +0 -170
- package/src/aiEnableRequest/utils.ts +0 -25
- package/src/hashTree/constants.ts +0 -10
- package/src/hashTree/hashTree.ts +0 -480
- package/src/hashTree/utils.ts +0 -62
- package/src/interceptors/constant.ts +0 -6
- package/src/interceptors/dataChannelAuthToken.ts +0 -170
- package/src/interceptors/utils.ts +0 -16
- package/src/webinar/utils.ts +0 -16
- package/test/unit/spec/aiEnableRequest/index.ts +0 -981
- package/test/unit/spec/aiEnableRequest/utils.ts +0 -130
- package/test/unit/spec/hashTree/hashTree.ts +0 -721
- package/test/unit/spec/hashTree/hashTreeParser.ts +0 -3670
- package/test/unit/spec/hashTree/utils.ts +0 -140
- package/test/unit/spec/interceptors/dataChannelAuthToken.ts +0 -210
- package/test/unit/spec/interceptors/utils.ts +0 -75
- package/test/unit/spec/webinar/utils.ts +0 -39
|
@@ -138,7 +138,6 @@ const SelfUtils = {
|
|
|
138
138
|
updates.breakoutsChanged = SelfUtils.breakoutsChanged(previous, current);
|
|
139
139
|
updates.interpretationChanged = SelfUtils.interpretationChanged(previous, current);
|
|
140
140
|
updates.brbChanged = SelfUtils.brbChanged(previous, current);
|
|
141
|
-
updates.selfIdChanged = previous?.selfId !== current.selfId;
|
|
142
141
|
|
|
143
142
|
return {
|
|
144
143
|
previous,
|
package/src/locus-info/types.ts
CHANGED
|
@@ -1,26 +1,18 @@
|
|
|
1
1
|
import {HtMeta} from '../hashTree/types';
|
|
2
2
|
|
|
3
|
-
export type LocusFullState = {
|
|
4
|
-
active: boolean;
|
|
5
|
-
count: number;
|
|
6
|
-
lastActive: string;
|
|
7
|
-
locked: boolean;
|
|
8
|
-
sessionId: string;
|
|
9
|
-
seessionIds: string[];
|
|
10
|
-
startTime: number;
|
|
11
|
-
state: string;
|
|
12
|
-
type: string;
|
|
13
|
-
};
|
|
14
|
-
|
|
15
|
-
export type Links = {
|
|
16
|
-
services: Record<'breakout' | 'record', {url: string}>; // there exist also other services, but these are the ones we currently use
|
|
17
|
-
resources: Record<'webcastInstance' | 'visibleDataSets', {url: string}>; // there exist also other resources, but these are the ones we currently use
|
|
18
|
-
};
|
|
19
|
-
|
|
20
3
|
export type LocusDTO = {
|
|
21
4
|
controls?: any;
|
|
22
|
-
|
|
23
|
-
|
|
5
|
+
fullState?: {
|
|
6
|
+
active: boolean;
|
|
7
|
+
count: number;
|
|
8
|
+
lastActive: string;
|
|
9
|
+
locked: boolean;
|
|
10
|
+
sessionId: string;
|
|
11
|
+
seessionIds: string[];
|
|
12
|
+
startTime: number;
|
|
13
|
+
state: string;
|
|
14
|
+
type: string;
|
|
15
|
+
};
|
|
24
16
|
host?: {
|
|
25
17
|
id: string;
|
|
26
18
|
incomingCallProtocols: any[];
|
|
@@ -32,9 +24,8 @@ export type LocusDTO = {
|
|
|
32
24
|
info?: any;
|
|
33
25
|
jsSdkMeta?: {
|
|
34
26
|
removedParticipantIds: string[]; // list of ids of participants that are removed in the last update
|
|
35
|
-
forceReplaceMembers?: boolean; // when true, forces a full replacement of meeting members (e.g. when switching to a new hash tree parser - when moving between breakouts)
|
|
36
27
|
};
|
|
37
|
-
links?:
|
|
28
|
+
links?: any;
|
|
38
29
|
mediaShares?: any[];
|
|
39
30
|
meetings?: any[];
|
|
40
31
|
participants: any[];
|
|
@@ -53,9 +44,3 @@ export type LocusDTO = {
|
|
|
53
44
|
syncUrl?: string;
|
|
54
45
|
url?: string;
|
|
55
46
|
};
|
|
56
|
-
|
|
57
|
-
export type ReplacesInfo = {
|
|
58
|
-
locusUrl: string;
|
|
59
|
-
replacedAt: string;
|
|
60
|
-
sessionId: string;
|
|
61
|
-
};
|
|
@@ -2,12 +2,9 @@ import {Defer} from '@webex/common';
|
|
|
2
2
|
import {ConnectionState, MediaConnectionEventNames} from '@webex/internal-media-core';
|
|
3
3
|
import LoggerProxy from '../common/logs/logger-proxy';
|
|
4
4
|
import {ICE_AND_DTLS_CONNECTION_TIMEOUT} from '../constants';
|
|
5
|
-
import BEHAVIORAL_METRICS from '../metrics/constants';
|
|
6
|
-
import Metrics from '../metrics';
|
|
7
5
|
|
|
8
6
|
export interface MediaConnectionAwaiterProps {
|
|
9
7
|
webrtcMediaConnection: any;
|
|
10
|
-
correlationId: string;
|
|
11
8
|
}
|
|
12
9
|
|
|
13
10
|
/**
|
|
@@ -19,7 +16,6 @@ export default class MediaConnectionAwaiter {
|
|
|
19
16
|
private defer: Defer;
|
|
20
17
|
private retried: boolean;
|
|
21
18
|
private iceConnected: boolean;
|
|
22
|
-
private correlationId: string;
|
|
23
19
|
private onTimeoutCallback: () => void;
|
|
24
20
|
private peerConnectionStateCallback: () => void;
|
|
25
21
|
private iceConnectionStateCallback: () => void;
|
|
@@ -28,12 +24,11 @@ export default class MediaConnectionAwaiter {
|
|
|
28
24
|
/**
|
|
29
25
|
* @param {MediaConnectionAwaiterProps} mediaConnectionAwaiterProps
|
|
30
26
|
*/
|
|
31
|
-
constructor({webrtcMediaConnection
|
|
27
|
+
constructor({webrtcMediaConnection}: MediaConnectionAwaiterProps) {
|
|
32
28
|
this.webrtcMediaConnection = webrtcMediaConnection;
|
|
33
29
|
this.defer = new Defer();
|
|
34
30
|
this.retried = false;
|
|
35
31
|
this.iceConnected = false;
|
|
36
|
-
this.correlationId = correlationId;
|
|
37
32
|
this.onTimeoutCallback = this.onTimeout.bind(this);
|
|
38
33
|
this.peerConnectionStateCallback = this.peerConnectionStateHandler.bind(this);
|
|
39
34
|
this.iceConnectionStateCallback = this.iceConnectionStateHandler.bind(this);
|
|
@@ -180,32 +175,6 @@ export default class MediaConnectionAwaiter {
|
|
|
180
175
|
this.timer = setTimeout(this.onTimeoutCallback, ICE_AND_DTLS_CONNECTION_TIMEOUT);
|
|
181
176
|
}
|
|
182
177
|
|
|
183
|
-
/**
|
|
184
|
-
* sends a metric with some additional info that might help debugging
|
|
185
|
-
* issues where browser doesn't update the RTCPeerConnection's iceConnectionState or connectionState
|
|
186
|
-
*
|
|
187
|
-
* @returns {void}
|
|
188
|
-
*/
|
|
189
|
-
async sendMetric() {
|
|
190
|
-
const stats = await this.webrtcMediaConnection.getStats();
|
|
191
|
-
|
|
192
|
-
// in theory we can end up with more than one transport report in the stats,
|
|
193
|
-
// but for the purpose of this metric it's fine to just use the first one
|
|
194
|
-
const transportReports = Array.from(
|
|
195
|
-
stats.values().filter((report) => report.type === 'transport')
|
|
196
|
-
) as Record<string, number | string>[];
|
|
197
|
-
|
|
198
|
-
Metrics.sendBehavioralMetric(BEHAVIORAL_METRICS.MEDIA_STILL_NOT_CONNECTED, {
|
|
199
|
-
correlation_id: this.correlationId,
|
|
200
|
-
numTransports: transportReports.length,
|
|
201
|
-
dtlsState: transportReports[0]?.dtlsState,
|
|
202
|
-
iceState: transportReports[0]?.iceState,
|
|
203
|
-
packetsSent: transportReports[0]?.packetsSent,
|
|
204
|
-
packetsReceived: transportReports[0]?.packetsReceived,
|
|
205
|
-
dataChannelState: this.webrtcMediaConnection.multistreamConnection?.dataChannel?.readyState,
|
|
206
|
-
});
|
|
207
|
-
}
|
|
208
|
-
|
|
209
178
|
/**
|
|
210
179
|
* Function called when the timeout is reached.
|
|
211
180
|
*
|
|
@@ -220,8 +189,6 @@ export default class MediaConnectionAwaiter {
|
|
|
220
189
|
return;
|
|
221
190
|
}
|
|
222
191
|
|
|
223
|
-
this.sendMetric();
|
|
224
|
-
|
|
225
192
|
if (!this.isIceGatheringCompleted()) {
|
|
226
193
|
if (!this.retried) {
|
|
227
194
|
LoggerProxy.logger.warn(
|
|
@@ -259,15 +226,8 @@ export default class MediaConnectionAwaiter {
|
|
|
259
226
|
*/
|
|
260
227
|
waitForMediaConnectionConnected(): Promise<void> {
|
|
261
228
|
if (this.isConnected()) {
|
|
262
|
-
LoggerProxy.logger.log(
|
|
263
|
-
'Media:MediaConnectionAwaiter#waitForMediaConnectionConnected --> Already connected'
|
|
264
|
-
);
|
|
265
|
-
|
|
266
229
|
return Promise.resolve();
|
|
267
230
|
}
|
|
268
|
-
LoggerProxy.logger.log(
|
|
269
|
-
'Media:MediaConnectionAwaiter#waitForMediaConnectionConnected --> Waiting for media connection to be connected'
|
|
270
|
-
);
|
|
271
231
|
|
|
272
232
|
this.webrtcMediaConnection.on(
|
|
273
233
|
MediaConnectionEventNames.PEER_CONNECTION_STATE_CHANGED,
|
package/src/media/properties.ts
CHANGED
|
@@ -196,13 +196,11 @@ export default class MediaProperties {
|
|
|
196
196
|
/**
|
|
197
197
|
* Waits for the webrtc media connection to be connected.
|
|
198
198
|
*
|
|
199
|
-
* @param {string} correlationId
|
|
200
199
|
* @returns {Promise<void>}
|
|
201
200
|
*/
|
|
202
|
-
waitForMediaConnectionConnected(
|
|
201
|
+
waitForMediaConnectionConnected(): Promise<void> {
|
|
203
202
|
const mediaConnectionAwaiter = new MediaConnectionAwaiter({
|
|
204
203
|
webrtcMediaConnection: this.webrtcMediaConnection,
|
|
205
|
-
correlationId,
|
|
206
204
|
});
|
|
207
205
|
|
|
208
206
|
return mediaConnectionAwaiter.waitForMediaConnectionConnected();
|
|
@@ -32,7 +32,6 @@ interface IInMeetingActions {
|
|
|
32
32
|
canLowerAllHands?: boolean;
|
|
33
33
|
canLowerSomeoneElsesHand?: boolean;
|
|
34
34
|
bothLeaveAndEndMeetingAvailable?: boolean;
|
|
35
|
-
requireHostEndMeetingBeforeLeave?: boolean;
|
|
36
35
|
canEnableClosedCaption?: boolean;
|
|
37
36
|
canStartTranscribing?: boolean;
|
|
38
37
|
canStopTranscribing?: boolean;
|
|
@@ -118,8 +117,6 @@ interface IInMeetingActions {
|
|
|
118
117
|
canMoveToLobby?: boolean;
|
|
119
118
|
canEnablePollingQA?: boolean;
|
|
120
119
|
canDisablePollingQA?: boolean;
|
|
121
|
-
canAttendeeRequestAiAssistantEnabled?: boolean;
|
|
122
|
-
isAttendeeRequestAiAssistantDeclinedAll?: boolean;
|
|
123
120
|
}
|
|
124
121
|
|
|
125
122
|
/**
|
|
@@ -172,8 +169,6 @@ export default class InMeetingActions implements IInMeetingActions {
|
|
|
172
169
|
|
|
173
170
|
bothLeaveAndEndMeetingAvailable = null;
|
|
174
171
|
|
|
175
|
-
requireHostEndMeetingBeforeLeave = null;
|
|
176
|
-
|
|
177
172
|
canEnableClosedCaption = null;
|
|
178
173
|
|
|
179
174
|
canStartTranscribing = null;
|
|
@@ -342,10 +337,6 @@ export default class InMeetingActions implements IInMeetingActions {
|
|
|
342
337
|
|
|
343
338
|
canDisablePollingQA = null;
|
|
344
339
|
|
|
345
|
-
canAttendeeRequestAiAssistantEnabled = null;
|
|
346
|
-
|
|
347
|
-
isAttendeeRequestAiAssistantDeclinedAll = null;
|
|
348
|
-
|
|
349
340
|
/**
|
|
350
341
|
* Returns all meeting action options
|
|
351
342
|
* @returns {Object}
|
|
@@ -373,7 +364,6 @@ export default class InMeetingActions implements IInMeetingActions {
|
|
|
373
364
|
canLowerAllHands: this.canLowerAllHands,
|
|
374
365
|
canLowerSomeoneElsesHand: this.canLowerSomeoneElsesHand,
|
|
375
366
|
bothLeaveAndEndMeetingAvailable: this.bothLeaveAndEndMeetingAvailable,
|
|
376
|
-
requireHostEndMeetingBeforeLeave: this.requireHostEndMeetingBeforeLeave,
|
|
377
367
|
canEnableClosedCaption: this.canEnableClosedCaption,
|
|
378
368
|
canStartTranscribing: this.canStartTranscribing,
|
|
379
369
|
canStopTranscribing: this.canStopTranscribing,
|
|
@@ -458,8 +448,6 @@ export default class InMeetingActions implements IInMeetingActions {
|
|
|
458
448
|
canMoveToLobby: this.canMoveToLobby,
|
|
459
449
|
canEnablePollingQA: this.canEnablePollingQA,
|
|
460
450
|
canDisablePollingQA: this.canDisablePollingQA,
|
|
461
|
-
canAttendeeRequestAiAssistantEnabled: this.canAttendeeRequestAiAssistantEnabled,
|
|
462
|
-
isAttendeeRequestAiAssistantDeclinedAll: this.isAttendeeRequestAiAssistantDeclinedAll,
|
|
463
451
|
});
|
|
464
452
|
|
|
465
453
|
/**
|