@webex/event-dictionary-ts 0.0.1 → 0.0.2
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/README.md +1 -1
- package/generated/typescript/index.d.ts +6837 -3
- package/package.json +6 -6
- package/generated/typescript/ClientEvent.d.ts +0 -2667
- package/generated/typescript/ClientEvent.json +0 -6096
- package/generated/typescript/FeatureEvent.d.ts +0 -1483
- package/generated/typescript/FeatureEvent.json +0 -3661
- package/generated/typescript/MediaQualityEvent.d.ts +0 -2441
- package/generated/typescript/MediaQualityEvent.json +0 -7441
|
@@ -1,1483 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
/**
|
|
3
|
-
* This file was automatically generated by json-schema-to-typescript.
|
|
4
|
-
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
|
-
* and run json-schema-to-typescript to regenerate this file.
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
* Behavioural Events from Clients
|
|
10
|
-
*/
|
|
11
|
-
export interface FeatureEvent {
|
|
12
|
-
canProceed: boolean;
|
|
13
|
-
state?: string;
|
|
14
|
-
mediaType?: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
|
|
15
|
-
csi?: number;
|
|
16
|
-
/**
|
|
17
|
-
* media capability for both transmit and receive
|
|
18
|
-
*/
|
|
19
|
-
mediaCapabilities?: {
|
|
20
|
-
/**
|
|
21
|
-
* explicit indication of media capabilities. true=supported
|
|
22
|
-
*/
|
|
23
|
-
tx: {
|
|
24
|
-
audio: boolean;
|
|
25
|
-
video: boolean;
|
|
26
|
-
share: boolean;
|
|
27
|
-
share_audio: boolean;
|
|
28
|
-
whiteboard: boolean;
|
|
29
|
-
gamestate?: boolean;
|
|
30
|
-
};
|
|
31
|
-
/**
|
|
32
|
-
* explicit indication of media capabilities. true=supported
|
|
33
|
-
*/
|
|
34
|
-
rx: {
|
|
35
|
-
audio: boolean;
|
|
36
|
-
video: boolean;
|
|
37
|
-
share: boolean;
|
|
38
|
-
share_audio: boolean;
|
|
39
|
-
whiteboard: boolean;
|
|
40
|
-
gamestate?: boolean;
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
mediaLines?: {
|
|
44
|
-
mediaType: "audio" | "embedded_app" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
|
|
45
|
-
remoteIP?: string;
|
|
46
|
-
localIP?: string;
|
|
47
|
-
localNetworkPrefix?: string;
|
|
48
|
-
localPort?: number;
|
|
49
|
-
remotePort?: number;
|
|
50
|
-
protocol: "udp" | "tcp" | "xtls" | "unknown";
|
|
51
|
-
direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
|
|
52
|
-
clusterName?: string;
|
|
53
|
-
status?: "succeeded" | "in-progress" | "failed";
|
|
54
|
-
failureReason?: "network" | "transport" | "rejected" | "timeout" | "notstarted" | "succeeded";
|
|
55
|
-
failureDescription?: string;
|
|
56
|
-
errorCode?: number;
|
|
57
|
-
mediaLineData?: {};
|
|
58
|
-
iceMangled?: boolean;
|
|
59
|
-
transactionId?: string;
|
|
60
|
-
ufrag?: string;
|
|
61
|
-
sentReqTime?: string;
|
|
62
|
-
recvRespTime?: string;
|
|
63
|
-
}[];
|
|
64
|
-
/**
|
|
65
|
-
* allows client to specify media preferences
|
|
66
|
-
*/
|
|
67
|
-
clientMediaPreferences?: {
|
|
68
|
-
preferTranscoding: boolean;
|
|
69
|
-
};
|
|
70
|
-
pstnAudioType?: "dial-in" | "dial-out";
|
|
71
|
-
success?: boolean;
|
|
72
|
-
isTranscoded?: boolean;
|
|
73
|
-
isGatewayed?: boolean;
|
|
74
|
-
isComposed?: boolean;
|
|
75
|
-
/**
|
|
76
|
-
* determine how the events are processed as well as how the reports are aggregated and sliced
|
|
77
|
-
*/
|
|
78
|
-
registrationMode?: "SIP" | "Cloud" | "CloudAware";
|
|
79
|
-
/**
|
|
80
|
-
* protocols used to help determine how the events are processed as well as how the reports are aggregated and sliced
|
|
81
|
-
*/
|
|
82
|
-
protocol?: "SIP" | "H323" | "Locus" | "WebRTC";
|
|
83
|
-
/**
|
|
84
|
-
* The underlying service provider of the call.
|
|
85
|
-
*/
|
|
86
|
-
meetingPlatform?: "MsTeams" | "GoogleMeet" | "Zoom" | "Webex";
|
|
87
|
-
labels?: string[];
|
|
88
|
-
webexServiceType?: "MC" | "EC" | "SC" | "TC" | "AA" | "RA" | "NBR" | "WRF" | "HOL";
|
|
89
|
-
/**
|
|
90
|
-
* this defines the sub service type
|
|
91
|
-
*/
|
|
92
|
-
webexSubServiceType?: "PMR" | "Event" | "Training" | "ScheduleMeeting" | "ScheduledMeeting" | "Webinar" | "others";
|
|
93
|
-
ivrDialogType?:
|
|
94
|
-
| "MEDIA_ON_HOLD"
|
|
95
|
-
| "ANNOUNCEMENT"
|
|
96
|
-
| "TONE"
|
|
97
|
-
| "COLLECT_PIN"
|
|
98
|
-
| "PROMPT"
|
|
99
|
-
| "MEDIA_SERVICE_AGENT"
|
|
100
|
-
| "COLLECT";
|
|
101
|
-
ivrDialogResult?:
|
|
102
|
-
| "SUCCESS"
|
|
103
|
-
| "FAILURE"
|
|
104
|
-
| "HOST_PIN_MATCH"
|
|
105
|
-
| "GUEST_PIN_MATCH"
|
|
106
|
-
| "PANELIST_PIN_MATCH"
|
|
107
|
-
| "NO_MATCH"
|
|
108
|
-
| "INVALID_PIN";
|
|
109
|
-
callType?:
|
|
110
|
-
| "VIDEO_DIALIN"
|
|
111
|
-
| "VIDEO_DIALOUT"
|
|
112
|
-
| "CASCADE"
|
|
113
|
-
| "HYBRID_CASCADE"
|
|
114
|
-
| "PSTN_SIP"
|
|
115
|
-
| "PSTN_DIALIN"
|
|
116
|
-
| "PSTN_DIALOUT"
|
|
117
|
-
| "PSTN_ONLY_DIALIN"
|
|
118
|
-
| "PSTN_ONLY_DIALOUT"
|
|
119
|
-
| "H323"
|
|
120
|
-
| "H323_IP"
|
|
121
|
-
| "SIP_ENTERPRISE"
|
|
122
|
-
| "SIP_MOBILE"
|
|
123
|
-
| "SIP_NATIONAL"
|
|
124
|
-
| "SIP_INTERNATIONAL"
|
|
125
|
-
| "SIP_EMERGENCY"
|
|
126
|
-
| "SIP_OPERATOR"
|
|
127
|
-
| "SIP_SHORTCODE"
|
|
128
|
-
| "SIP_TOLLFREE"
|
|
129
|
-
| "SIP_PREMIUM"
|
|
130
|
-
| "SIP_URI"
|
|
131
|
-
| "SIP_INBOUND"
|
|
132
|
-
| "UNKNOWN"
|
|
133
|
-
| "ZTM"
|
|
134
|
-
| "SIP_MEETING";
|
|
135
|
-
eventData?: {};
|
|
136
|
-
derivedSipClientType?:
|
|
137
|
-
| "SIP_CE_SINGLE_SCREEN"
|
|
138
|
-
| "SIP_CE_MULTI_SCREEN"
|
|
139
|
-
| "SIP_JABBER"
|
|
140
|
-
| "SIP_TIP_SINGLE_SCREEN"
|
|
141
|
-
| "SIP_TIP_THREE_SCREEN"
|
|
142
|
-
| "SIP_PSTN"
|
|
143
|
-
| "SIP_OTHER"
|
|
144
|
-
| "SIP_WEBEX_CASCADE"
|
|
145
|
-
| "SIP_NONE";
|
|
146
|
-
/**
|
|
147
|
-
* this defines the major client types
|
|
148
|
-
*/
|
|
149
|
-
derivedClientType?:
|
|
150
|
-
| "MEETING_CENTER"
|
|
151
|
-
| "EVENT_CENTER"
|
|
152
|
-
| "TRAINING_CENTER"
|
|
153
|
-
| "TEAMS_CLIENT"
|
|
154
|
-
| "TEAMS_DEVICE"
|
|
155
|
-
| "TEAMS_SHARE"
|
|
156
|
-
| "SIP"
|
|
157
|
-
| "RECORDING"
|
|
158
|
-
| "CLOUD_AWARE_SIP"
|
|
159
|
-
| "TEAMS_WXC_CLIENT"
|
|
160
|
-
| "WXC_CLIENT"
|
|
161
|
-
| "WXC_DEVICE"
|
|
162
|
-
| "WEBEX_JS_SDK"
|
|
163
|
-
| "VOICEA_CLIENT"
|
|
164
|
-
| "CISCO_SIP_GW"
|
|
165
|
-
| "WEBEX_SDK"
|
|
166
|
-
| "CPAAS_THIRD_PARTY_SDK"
|
|
167
|
-
| "WXC_THIRD_PARTY"
|
|
168
|
-
| "WXCC";
|
|
169
|
-
/**
|
|
170
|
-
* this defines the sub types of clients
|
|
171
|
-
*/
|
|
172
|
-
derivedSubClientType?:
|
|
173
|
-
| "DESKTOP_APP"
|
|
174
|
-
| "DESKTOP_APP_VDI"
|
|
175
|
-
| "DEVICE_CURRENT"
|
|
176
|
-
| "DEVICE_LEGACY_2020"
|
|
177
|
-
| "HVDI_APP"
|
|
178
|
-
| "MOBILE_APP"
|
|
179
|
-
| "VDI_APP"
|
|
180
|
-
| "WEB_APP"
|
|
181
|
-
| "MOBILE_NETWORK"
|
|
182
|
-
| "HOLOGRAM_HEADSET_APP";
|
|
183
|
-
serverRole?:
|
|
184
|
-
| "CONFERENCE"
|
|
185
|
-
| "TRANSCODER"
|
|
186
|
-
| "WHITEBOARD_INJECTOR"
|
|
187
|
-
| "MS_TEAMS_CONFERENCE"
|
|
188
|
-
| "RECORDING"
|
|
189
|
-
| "GATEWAY"
|
|
190
|
-
| "GATEWAY_CLIENT_SIDE"
|
|
191
|
-
| "UNKNOWN"
|
|
192
|
-
| "HOLOGRAM_RENDER";
|
|
193
|
-
reconnect?: boolean;
|
|
194
|
-
retryCount?: number;
|
|
195
|
-
meetSimple?: boolean;
|
|
196
|
-
/**
|
|
197
|
-
* represents media quality status report such as no media or drop out
|
|
198
|
-
*/
|
|
199
|
-
mediaStatus?: {
|
|
200
|
-
mediaType?: "audio" | "video" | "share" | "share_audio" | "whiteboard";
|
|
201
|
-
mediaSuccess?: boolean;
|
|
202
|
-
shareType?:
|
|
203
|
-
| "cb-normal-share"
|
|
204
|
-
| "ce-airplay-share"
|
|
205
|
-
| "ce-direct-share"
|
|
206
|
-
| "ce-gui-loopback-share"
|
|
207
|
-
| "ce-input-source-share"
|
|
208
|
-
| "ce-input-source-share-hdmi"
|
|
209
|
-
| "ce-input-source-share-usbc"
|
|
210
|
-
| "ce-jpg-share"
|
|
211
|
-
| "ce-miracast-share"
|
|
212
|
-
| "mcs-normal-share"
|
|
213
|
-
| "mcs-normal-audio-share"
|
|
214
|
-
| "mcs-hfps-share"
|
|
215
|
-
| "mcs-hfps-audio-share";
|
|
216
|
-
isTransmitter?: boolean;
|
|
217
|
-
audioJoinType?:
|
|
218
|
-
| "phone-call-in"
|
|
219
|
-
| "phone-call-back"
|
|
220
|
-
| "voip"
|
|
221
|
-
| "device-call-back"
|
|
222
|
-
| "never-join-audio"
|
|
223
|
-
| "tried-but-never-join";
|
|
224
|
-
/**
|
|
225
|
-
* indicates transport type used
|
|
226
|
-
*/
|
|
227
|
-
transportType?: "UDP" | "TCP" | "xTLS" | "TLS";
|
|
228
|
-
additionalData?: {};
|
|
229
|
-
};
|
|
230
|
-
shareInstanceId?: string;
|
|
231
|
-
hologramStreamId?: string;
|
|
232
|
-
/**
|
|
233
|
-
* represents all of the properities that could cause delay during media setup process.
|
|
234
|
-
*/
|
|
235
|
-
audioSetupDelay?: {
|
|
236
|
-
floorReqSentReceived?: number;
|
|
237
|
-
floorRespSentReceived?: number;
|
|
238
|
-
mediaType?: "audio" | "video" | "share" | "share_audio" | "whiteboard";
|
|
239
|
-
txReqFloorGranted?: number;
|
|
240
|
-
txSessionCreateConfirm?: number;
|
|
241
|
-
txApeEnrollConfirm?: number;
|
|
242
|
-
txUIDelay?: number;
|
|
243
|
-
txScreenCaptureDelay?: number;
|
|
244
|
-
txScreenCaptureDelayReasonCode?: number;
|
|
245
|
-
txShareStartOverallDelay?: number;
|
|
246
|
-
rx1stPacket2RenderDelay?: number;
|
|
247
|
-
rxGranted2RenderDelay?: number;
|
|
248
|
-
rxFailFrameNumB4Success?: number;
|
|
249
|
-
e2eFirstFrameDelay?: number;
|
|
250
|
-
CBSessionRespToLocusFloorGrantDelay?: number;
|
|
251
|
-
CBShareReceiveToServerShareTransmitDelay?: number;
|
|
252
|
-
CBShareReceiveToTPGWFirstKeyFrameDelay?: number;
|
|
253
|
-
/**
|
|
254
|
-
* phrased HTTP timing
|
|
255
|
-
*/
|
|
256
|
-
floorRequestHttpTiming?: {
|
|
257
|
-
connect?: number;
|
|
258
|
-
dnsLookup?: number;
|
|
259
|
-
sendRequest?: number;
|
|
260
|
-
compressRequest?: number;
|
|
261
|
-
receiveResponse?: number;
|
|
262
|
-
extractJson?: number;
|
|
263
|
-
verifyCert?: number;
|
|
264
|
-
refreshToken?: number;
|
|
265
|
-
};
|
|
266
|
-
TPGWFirstKeyFrameToServerShareTransmitDelay?: number;
|
|
267
|
-
MCSSessionActivateToLocusFloorGrantDelay?: number;
|
|
268
|
-
ServerShareInitiateToLocusFloorGrantDelay?: number;
|
|
269
|
-
LocusFloorGrantToCBSessionStartDelay?: number;
|
|
270
|
-
ServerShareReceiveToTPGWFirstKeyFrameDelay?: number;
|
|
271
|
-
LocusFloorGrantToTPGWFloorGrantDelay?: number;
|
|
272
|
-
LocusFloorGrantToReceiverNotificationDelay?: number;
|
|
273
|
-
CBShareSessionRespDelay?: number;
|
|
274
|
-
LocusShareFloorGrantRespDelay?: number;
|
|
275
|
-
ServerShareFloorGrantRespDelay?: number;
|
|
276
|
-
joinRespRxStart?: number;
|
|
277
|
-
joinRespTxStart?: number;
|
|
278
|
-
maxRemoteLossRate?: number;
|
|
279
|
-
media2SignalDelay?: number;
|
|
280
|
-
warholDownloadTime?: number;
|
|
281
|
-
contentDownloadTime?: number;
|
|
282
|
-
boardCreationTime?: number;
|
|
283
|
-
totalBoardServiceRespDelay?: number;
|
|
284
|
-
};
|
|
285
|
-
/**
|
|
286
|
-
* represents all of the properities that could cause delay during media setup process.
|
|
287
|
-
*/
|
|
288
|
-
videoSetupDelay?: {
|
|
289
|
-
floorReqSentReceived?: number;
|
|
290
|
-
floorRespSentReceived?: number;
|
|
291
|
-
mediaType?: "audio" | "video" | "share" | "share_audio" | "whiteboard";
|
|
292
|
-
txReqFloorGranted?: number;
|
|
293
|
-
txSessionCreateConfirm?: number;
|
|
294
|
-
txApeEnrollConfirm?: number;
|
|
295
|
-
txUIDelay?: number;
|
|
296
|
-
txScreenCaptureDelay?: number;
|
|
297
|
-
txScreenCaptureDelayReasonCode?: number;
|
|
298
|
-
txShareStartOverallDelay?: number;
|
|
299
|
-
rx1stPacket2RenderDelay?: number;
|
|
300
|
-
rxGranted2RenderDelay?: number;
|
|
301
|
-
rxFailFrameNumB4Success?: number;
|
|
302
|
-
e2eFirstFrameDelay?: number;
|
|
303
|
-
CBSessionRespToLocusFloorGrantDelay?: number;
|
|
304
|
-
CBShareReceiveToServerShareTransmitDelay?: number;
|
|
305
|
-
CBShareReceiveToTPGWFirstKeyFrameDelay?: number;
|
|
306
|
-
/**
|
|
307
|
-
* phrased HTTP timing
|
|
308
|
-
*/
|
|
309
|
-
floorRequestHttpTiming?: {
|
|
310
|
-
connect?: number;
|
|
311
|
-
dnsLookup?: number;
|
|
312
|
-
sendRequest?: number;
|
|
313
|
-
compressRequest?: number;
|
|
314
|
-
receiveResponse?: number;
|
|
315
|
-
extractJson?: number;
|
|
316
|
-
verifyCert?: number;
|
|
317
|
-
refreshToken?: number;
|
|
318
|
-
};
|
|
319
|
-
TPGWFirstKeyFrameToServerShareTransmitDelay?: number;
|
|
320
|
-
MCSSessionActivateToLocusFloorGrantDelay?: number;
|
|
321
|
-
ServerShareInitiateToLocusFloorGrantDelay?: number;
|
|
322
|
-
LocusFloorGrantToCBSessionStartDelay?: number;
|
|
323
|
-
ServerShareReceiveToTPGWFirstKeyFrameDelay?: number;
|
|
324
|
-
LocusFloorGrantToTPGWFloorGrantDelay?: number;
|
|
325
|
-
LocusFloorGrantToReceiverNotificationDelay?: number;
|
|
326
|
-
CBShareSessionRespDelay?: number;
|
|
327
|
-
LocusShareFloorGrantRespDelay?: number;
|
|
328
|
-
ServerShareFloorGrantRespDelay?: number;
|
|
329
|
-
joinRespRxStart?: number;
|
|
330
|
-
joinRespTxStart?: number;
|
|
331
|
-
maxRemoteLossRate?: number;
|
|
332
|
-
media2SignalDelay?: number;
|
|
333
|
-
warholDownloadTime?: number;
|
|
334
|
-
contentDownloadTime?: number;
|
|
335
|
-
boardCreationTime?: number;
|
|
336
|
-
totalBoardServiceRespDelay?: number;
|
|
337
|
-
};
|
|
338
|
-
/**
|
|
339
|
-
* represents all of the properities that could cause delay during media setup process.
|
|
340
|
-
*/
|
|
341
|
-
shareSetupDelay?: {
|
|
342
|
-
floorReqSentReceived?: number;
|
|
343
|
-
floorRespSentReceived?: number;
|
|
344
|
-
mediaType?: "audio" | "video" | "share" | "share_audio" | "whiteboard";
|
|
345
|
-
txReqFloorGranted?: number;
|
|
346
|
-
txSessionCreateConfirm?: number;
|
|
347
|
-
txApeEnrollConfirm?: number;
|
|
348
|
-
txUIDelay?: number;
|
|
349
|
-
txScreenCaptureDelay?: number;
|
|
350
|
-
txScreenCaptureDelayReasonCode?: number;
|
|
351
|
-
txShareStartOverallDelay?: number;
|
|
352
|
-
rx1stPacket2RenderDelay?: number;
|
|
353
|
-
rxGranted2RenderDelay?: number;
|
|
354
|
-
rxFailFrameNumB4Success?: number;
|
|
355
|
-
e2eFirstFrameDelay?: number;
|
|
356
|
-
CBSessionRespToLocusFloorGrantDelay?: number;
|
|
357
|
-
CBShareReceiveToServerShareTransmitDelay?: number;
|
|
358
|
-
CBShareReceiveToTPGWFirstKeyFrameDelay?: number;
|
|
359
|
-
/**
|
|
360
|
-
* phrased HTTP timing
|
|
361
|
-
*/
|
|
362
|
-
floorRequestHttpTiming?: {
|
|
363
|
-
connect?: number;
|
|
364
|
-
dnsLookup?: number;
|
|
365
|
-
sendRequest?: number;
|
|
366
|
-
compressRequest?: number;
|
|
367
|
-
receiveResponse?: number;
|
|
368
|
-
extractJson?: number;
|
|
369
|
-
verifyCert?: number;
|
|
370
|
-
refreshToken?: number;
|
|
371
|
-
};
|
|
372
|
-
TPGWFirstKeyFrameToServerShareTransmitDelay?: number;
|
|
373
|
-
MCSSessionActivateToLocusFloorGrantDelay?: number;
|
|
374
|
-
ServerShareInitiateToLocusFloorGrantDelay?: number;
|
|
375
|
-
LocusFloorGrantToCBSessionStartDelay?: number;
|
|
376
|
-
ServerShareReceiveToTPGWFirstKeyFrameDelay?: number;
|
|
377
|
-
LocusFloorGrantToTPGWFloorGrantDelay?: number;
|
|
378
|
-
LocusFloorGrantToReceiverNotificationDelay?: number;
|
|
379
|
-
CBShareSessionRespDelay?: number;
|
|
380
|
-
LocusShareFloorGrantRespDelay?: number;
|
|
381
|
-
ServerShareFloorGrantRespDelay?: number;
|
|
382
|
-
joinRespRxStart?: number;
|
|
383
|
-
joinRespTxStart?: number;
|
|
384
|
-
maxRemoteLossRate?: number;
|
|
385
|
-
media2SignalDelay?: number;
|
|
386
|
-
warholDownloadTime?: number;
|
|
387
|
-
contentDownloadTime?: number;
|
|
388
|
-
boardCreationTime?: number;
|
|
389
|
-
totalBoardServiceRespDelay?: number;
|
|
390
|
-
};
|
|
391
|
-
/**
|
|
392
|
-
* represents all of the properities that could cause delay during media setup process.
|
|
393
|
-
*/
|
|
394
|
-
shareAudioSetupDelay?: {
|
|
395
|
-
floorReqSentReceived?: number;
|
|
396
|
-
floorRespSentReceived?: number;
|
|
397
|
-
mediaType?: "audio" | "video" | "share" | "share_audio" | "whiteboard";
|
|
398
|
-
txReqFloorGranted?: number;
|
|
399
|
-
txSessionCreateConfirm?: number;
|
|
400
|
-
txApeEnrollConfirm?: number;
|
|
401
|
-
txUIDelay?: number;
|
|
402
|
-
txScreenCaptureDelay?: number;
|
|
403
|
-
txScreenCaptureDelayReasonCode?: number;
|
|
404
|
-
txShareStartOverallDelay?: number;
|
|
405
|
-
rx1stPacket2RenderDelay?: number;
|
|
406
|
-
rxGranted2RenderDelay?: number;
|
|
407
|
-
rxFailFrameNumB4Success?: number;
|
|
408
|
-
e2eFirstFrameDelay?: number;
|
|
409
|
-
CBSessionRespToLocusFloorGrantDelay?: number;
|
|
410
|
-
CBShareReceiveToServerShareTransmitDelay?: number;
|
|
411
|
-
CBShareReceiveToTPGWFirstKeyFrameDelay?: number;
|
|
412
|
-
/**
|
|
413
|
-
* phrased HTTP timing
|
|
414
|
-
*/
|
|
415
|
-
floorRequestHttpTiming?: {
|
|
416
|
-
connect?: number;
|
|
417
|
-
dnsLookup?: number;
|
|
418
|
-
sendRequest?: number;
|
|
419
|
-
compressRequest?: number;
|
|
420
|
-
receiveResponse?: number;
|
|
421
|
-
extractJson?: number;
|
|
422
|
-
verifyCert?: number;
|
|
423
|
-
refreshToken?: number;
|
|
424
|
-
};
|
|
425
|
-
TPGWFirstKeyFrameToServerShareTransmitDelay?: number;
|
|
426
|
-
MCSSessionActivateToLocusFloorGrantDelay?: number;
|
|
427
|
-
ServerShareInitiateToLocusFloorGrantDelay?: number;
|
|
428
|
-
LocusFloorGrantToCBSessionStartDelay?: number;
|
|
429
|
-
ServerShareReceiveToTPGWFirstKeyFrameDelay?: number;
|
|
430
|
-
LocusFloorGrantToTPGWFloorGrantDelay?: number;
|
|
431
|
-
LocusFloorGrantToReceiverNotificationDelay?: number;
|
|
432
|
-
CBShareSessionRespDelay?: number;
|
|
433
|
-
LocusShareFloorGrantRespDelay?: number;
|
|
434
|
-
ServerShareFloorGrantRespDelay?: number;
|
|
435
|
-
joinRespRxStart?: number;
|
|
436
|
-
joinRespTxStart?: number;
|
|
437
|
-
maxRemoteLossRate?: number;
|
|
438
|
-
media2SignalDelay?: number;
|
|
439
|
-
warholDownloadTime?: number;
|
|
440
|
-
contentDownloadTime?: number;
|
|
441
|
-
boardCreationTime?: number;
|
|
442
|
-
totalBoardServiceRespDelay?: number;
|
|
443
|
-
};
|
|
444
|
-
/**
|
|
445
|
-
* represents all of the properities that could cause delay during media setup process.
|
|
446
|
-
*/
|
|
447
|
-
whiteboardSetupDelay?: {
|
|
448
|
-
floorReqSentReceived?: number;
|
|
449
|
-
floorRespSentReceived?: number;
|
|
450
|
-
mediaType?: "audio" | "video" | "share" | "share_audio" | "whiteboard";
|
|
451
|
-
txReqFloorGranted?: number;
|
|
452
|
-
txSessionCreateConfirm?: number;
|
|
453
|
-
txApeEnrollConfirm?: number;
|
|
454
|
-
txUIDelay?: number;
|
|
455
|
-
txScreenCaptureDelay?: number;
|
|
456
|
-
txScreenCaptureDelayReasonCode?: number;
|
|
457
|
-
txShareStartOverallDelay?: number;
|
|
458
|
-
rx1stPacket2RenderDelay?: number;
|
|
459
|
-
rxGranted2RenderDelay?: number;
|
|
460
|
-
rxFailFrameNumB4Success?: number;
|
|
461
|
-
e2eFirstFrameDelay?: number;
|
|
462
|
-
CBSessionRespToLocusFloorGrantDelay?: number;
|
|
463
|
-
CBShareReceiveToServerShareTransmitDelay?: number;
|
|
464
|
-
CBShareReceiveToTPGWFirstKeyFrameDelay?: number;
|
|
465
|
-
/**
|
|
466
|
-
* phrased HTTP timing
|
|
467
|
-
*/
|
|
468
|
-
floorRequestHttpTiming?: {
|
|
469
|
-
connect?: number;
|
|
470
|
-
dnsLookup?: number;
|
|
471
|
-
sendRequest?: number;
|
|
472
|
-
compressRequest?: number;
|
|
473
|
-
receiveResponse?: number;
|
|
474
|
-
extractJson?: number;
|
|
475
|
-
verifyCert?: number;
|
|
476
|
-
refreshToken?: number;
|
|
477
|
-
};
|
|
478
|
-
TPGWFirstKeyFrameToServerShareTransmitDelay?: number;
|
|
479
|
-
MCSSessionActivateToLocusFloorGrantDelay?: number;
|
|
480
|
-
ServerShareInitiateToLocusFloorGrantDelay?: number;
|
|
481
|
-
LocusFloorGrantToCBSessionStartDelay?: number;
|
|
482
|
-
ServerShareReceiveToTPGWFirstKeyFrameDelay?: number;
|
|
483
|
-
LocusFloorGrantToTPGWFloorGrantDelay?: number;
|
|
484
|
-
LocusFloorGrantToReceiverNotificationDelay?: number;
|
|
485
|
-
CBShareSessionRespDelay?: number;
|
|
486
|
-
LocusShareFloorGrantRespDelay?: number;
|
|
487
|
-
ServerShareFloorGrantRespDelay?: number;
|
|
488
|
-
joinRespRxStart?: number;
|
|
489
|
-
joinRespTxStart?: number;
|
|
490
|
-
maxRemoteLossRate?: number;
|
|
491
|
-
media2SignalDelay?: number;
|
|
492
|
-
warholDownloadTime?: number;
|
|
493
|
-
contentDownloadTime?: number;
|
|
494
|
-
boardCreationTime?: number;
|
|
495
|
-
totalBoardServiceRespDelay?: number;
|
|
496
|
-
};
|
|
497
|
-
isFocus?: boolean;
|
|
498
|
-
processingDelay?: number;
|
|
499
|
-
shareType?:
|
|
500
|
-
| "cb-normal-share"
|
|
501
|
-
| "ce-airplay-share"
|
|
502
|
-
| "ce-direct-share"
|
|
503
|
-
| "ce-gui-loopback-share"
|
|
504
|
-
| "ce-input-source-share"
|
|
505
|
-
| "ce-input-source-share-hdmi"
|
|
506
|
-
| "ce-input-source-share-usbc"
|
|
507
|
-
| "ce-jpg-share"
|
|
508
|
-
| "ce-miracast-share"
|
|
509
|
-
| "mcs-normal-share"
|
|
510
|
-
| "mcs-normal-audio-share"
|
|
511
|
-
| "mcs-hfps-share"
|
|
512
|
-
| "mcs-hfps-audio-share";
|
|
513
|
-
isShareBeingTakenOver?: boolean;
|
|
514
|
-
floorBeneficiaryUpdated?: boolean;
|
|
515
|
-
meetingJoinedTime?: string;
|
|
516
|
-
meetingScheduledTime?: string;
|
|
517
|
-
e2eeKeyEpoch?: number;
|
|
518
|
-
e2eeDecompressRatio?: number;
|
|
519
|
-
keyResponses?: {
|
|
520
|
-
gotKeyTime?: number;
|
|
521
|
-
useKeyTime?: number;
|
|
522
|
-
cacheKeyTime?: number;
|
|
523
|
-
}[];
|
|
524
|
-
e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3";
|
|
525
|
-
isConvergedArchitectureEnabled?: boolean;
|
|
526
|
-
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS";
|
|
527
|
-
inLobby?: boolean;
|
|
528
|
-
isVIPMeeting?: boolean;
|
|
529
|
-
webexAppEntrypoint?: string;
|
|
530
|
-
firstParticipant?: boolean;
|
|
531
|
-
isImmersiveShare?: boolean;
|
|
532
|
-
/**
|
|
533
|
-
* Request/Response Time for Internal Services
|
|
534
|
-
*/
|
|
535
|
-
registeredTimestamps?: {
|
|
536
|
-
locusCreateConfluenceRequestTime?: string;
|
|
537
|
-
locusCreateConfluenceResponseTime?: string;
|
|
538
|
-
locusCreateVenueRequestTime?: string;
|
|
539
|
-
locusCreateVenueResponseTime?: string;
|
|
540
|
-
};
|
|
541
|
-
skipInterstitialWindow?: boolean;
|
|
542
|
-
callDurationSecs?: number;
|
|
543
|
-
callDirection?: "ORIGINATING" | "TERMINATING";
|
|
544
|
-
/**
|
|
545
|
-
* Details associated with a breakout move
|
|
546
|
-
*/
|
|
547
|
-
breakout?: {
|
|
548
|
-
moveType?: "between_breakout" | "to_breakout" | "to_main";
|
|
549
|
-
trigger?: "assignment_changed" | "client_initiated" | "session_ended" | "session_started";
|
|
550
|
-
startState?: "joined" | "lobby";
|
|
551
|
-
endState?: "joined" | "lobby";
|
|
552
|
-
};
|
|
553
|
-
/**
|
|
554
|
-
* Latency values associated with breakout session
|
|
555
|
-
*/
|
|
556
|
-
breakoutLatency?: {
|
|
557
|
-
boBreakoutMoveProcessed?: number;
|
|
558
|
-
boBreakoutMoveResp?: number;
|
|
559
|
-
boLocusBreakoutMoveResp?: number;
|
|
560
|
-
locusBreakoutMoveResp?: number;
|
|
561
|
-
orpheusConfluenceMoveReqResp?: number;
|
|
562
|
-
};
|
|
563
|
-
/**
|
|
564
|
-
* two-way whiteboard related info
|
|
565
|
-
*/
|
|
566
|
-
whiteboard?: {
|
|
567
|
-
action?: "open" | "create";
|
|
568
|
-
type?: "whiteboard" | "annotation";
|
|
569
|
-
capability?: "one_way" | "two_way";
|
|
570
|
-
granted?: "one_way" | "two_way";
|
|
571
|
-
};
|
|
572
|
-
/**
|
|
573
|
-
* ROAP message details
|
|
574
|
-
*/
|
|
575
|
-
roap?: {
|
|
576
|
-
type?:
|
|
577
|
-
| "ANSWER"
|
|
578
|
-
| "ERROR"
|
|
579
|
-
| "OFFER"
|
|
580
|
-
| "OFFER_REQUEST"
|
|
581
|
-
| "OFFER_RESPONSE"
|
|
582
|
-
| "OK"
|
|
583
|
-
| "OKAY"
|
|
584
|
-
| "TURN_DISCOVERY_REQUEST"
|
|
585
|
-
| "TURN_DISCOVERY_RESPONSE";
|
|
586
|
-
messageType?:
|
|
587
|
-
| "ANSWER"
|
|
588
|
-
| "ERROR"
|
|
589
|
-
| "OFFER"
|
|
590
|
-
| "OFFER_REQUEST"
|
|
591
|
-
| "OFFER_RESPONSE"
|
|
592
|
-
| "OK"
|
|
593
|
-
| "OKAY"
|
|
594
|
-
| "TURN_DISCOVERY_REQUEST"
|
|
595
|
-
| "TURN_DISCOVERY_RESPONSE";
|
|
596
|
-
error?: string;
|
|
597
|
-
duration?: number;
|
|
598
|
-
seq?: number;
|
|
599
|
-
};
|
|
600
|
-
name:
|
|
601
|
-
| "client.feature.audio.noise.removal"
|
|
602
|
-
| "client.feature.embedded-object-info"
|
|
603
|
-
| "client.feature.gesture.recognition"
|
|
604
|
-
| "client.feature.meeting.breakout-session.action"
|
|
605
|
-
| "client.feature.meeting.breakout-session.summary"
|
|
606
|
-
| "client.feature.meeting.download.summary"
|
|
607
|
-
| "client.feature.meeting.people-insights.check.response"
|
|
608
|
-
| "client.feature.meeting.people-insights.query.response"
|
|
609
|
-
| "client.feature.meeting.problem-report.submit"
|
|
610
|
-
| "client.feature.meeting.summary"
|
|
611
|
-
| "client.feature.meeting.teams.launch"
|
|
612
|
-
| "client.feature.meeting.user-action"
|
|
613
|
-
| "client.feature.mta.launched"
|
|
614
|
-
| "client.feature.report"
|
|
615
|
-
| "client.feature.vdi.collect.thinclient.log"
|
|
616
|
-
| "client.feature.webexapplauncher.install-webexapp";
|
|
617
|
-
/**
|
|
618
|
-
* Base type for the various identifiers used to connect the dots.
|
|
619
|
-
* In general, these should be populated whenever possible. Subtypes may make a particular key required.
|
|
620
|
-
*
|
|
621
|
-
*/
|
|
622
|
-
identifiers: {
|
|
623
|
-
attendeeId?: string;
|
|
624
|
-
breakoutGroupId?: string;
|
|
625
|
-
breakoutMoveId?: string;
|
|
626
|
-
breakoutSessionId?: string;
|
|
627
|
-
confluenceId?: string;
|
|
628
|
-
/**
|
|
629
|
-
* Set of identifiers dedicated to CPaaS clients
|
|
630
|
-
* In general, these should be populated whenever possible. Subtypes may make a particular key required.
|
|
631
|
-
*
|
|
632
|
-
*/
|
|
633
|
-
cpaasIdentifiers?: {
|
|
634
|
-
imiTenantId: string;
|
|
635
|
-
devClientId: string;
|
|
636
|
-
imiServiceId: string;
|
|
637
|
-
imiAppId: string;
|
|
638
|
-
sessionId: string;
|
|
639
|
-
sessionInstanceId: string;
|
|
640
|
-
};
|
|
641
|
-
csdmDeviceUrl?: string;
|
|
642
|
-
destinationBreakoutSessionId?: string;
|
|
643
|
-
destinationLocusSessionId?: string;
|
|
644
|
-
destinationLocusUrl?: string;
|
|
645
|
-
destinationVenueId?: string;
|
|
646
|
-
deviceId?: string;
|
|
647
|
-
ivrCallId?: string;
|
|
648
|
-
ivrDialogId?: string;
|
|
649
|
-
ivrId?: string;
|
|
650
|
-
callId?: string;
|
|
651
|
-
locusId?: string;
|
|
652
|
-
locusSessionId?: string;
|
|
653
|
-
locusStartTime?: string;
|
|
654
|
-
locusUrl?: string;
|
|
655
|
-
mediaAgentAlias?: string;
|
|
656
|
-
mediaAgentGroupId?: string;
|
|
657
|
-
meetClusterName?: string;
|
|
658
|
-
meetingLookupUrl?: string;
|
|
659
|
-
meetingOrgId?: string;
|
|
660
|
-
msteamsTenantGuid?: string;
|
|
661
|
-
msteamsConferenceId?: string;
|
|
662
|
-
oauth2ClientId?: string;
|
|
663
|
-
orgId?: string;
|
|
664
|
-
provisionalCorrelationId?: string;
|
|
665
|
-
roomId?: string;
|
|
666
|
-
sipCallId?: string;
|
|
667
|
-
sipSessionId?: {
|
|
668
|
-
local?: string;
|
|
669
|
-
remote?: string;
|
|
670
|
-
};
|
|
671
|
-
sipUri?: string;
|
|
672
|
-
subConfId?: string;
|
|
673
|
-
tenantId?: string;
|
|
674
|
-
trackingId?: string;
|
|
675
|
-
userId?: string;
|
|
676
|
-
venueId?: string;
|
|
677
|
-
venueUrl?: string;
|
|
678
|
-
whiteboardUrl?: string;
|
|
679
|
-
webexConferenceId?: number;
|
|
680
|
-
webexClusterName?: string;
|
|
681
|
-
webexConferenceIdStr?: string;
|
|
682
|
-
webexDataCenter?: string;
|
|
683
|
-
webexGuestId?: number;
|
|
684
|
-
webexMeetingId?: number;
|
|
685
|
-
webexNodeId?: number;
|
|
686
|
-
webexSiteId?: number;
|
|
687
|
-
webexSiteName?: string;
|
|
688
|
-
webexUserId?: number;
|
|
689
|
-
webexWebDomain?: string;
|
|
690
|
-
correlationId: string;
|
|
691
|
-
};
|
|
692
|
-
trigger?: "user-interaction";
|
|
693
|
-
errors?: {
|
|
694
|
-
fatal: boolean;
|
|
695
|
-
category: "signaling" | "media" | "other" | "expected";
|
|
696
|
-
errorDescription?: string;
|
|
697
|
-
errorCode?: number;
|
|
698
|
-
errorCodeStr?: string;
|
|
699
|
-
httpCode?: number;
|
|
700
|
-
errorCodeExt1?: number;
|
|
701
|
-
errorData?: {};
|
|
702
|
-
shownToUser: boolean;
|
|
703
|
-
serviceErrorCode?: number;
|
|
704
|
-
name:
|
|
705
|
-
| "media-engine"
|
|
706
|
-
| "ice.failed"
|
|
707
|
-
| "locus.response"
|
|
708
|
-
| "locus.leave"
|
|
709
|
-
| "client.leave"
|
|
710
|
-
| "media-device"
|
|
711
|
-
| "media-sca"
|
|
712
|
-
| "wxc"
|
|
713
|
-
| "other";
|
|
714
|
-
}[];
|
|
715
|
-
pairingState?: "paired" | "observing" | "challenging";
|
|
716
|
-
userType?: "host" | "attendee" | "cohost" | "panelist";
|
|
717
|
-
updateType?: "new-user" | "update-user" | "return-user";
|
|
718
|
-
migrationToUCFType?: "new-install" | "upgrade" | "force-upgrade" | "upgrade-not-needed" | "install-not-needed";
|
|
719
|
-
isFirstTimeUser?: boolean;
|
|
720
|
-
/**
|
|
721
|
-
* Details of server environment
|
|
722
|
-
*/
|
|
723
|
-
serverInfo?: {
|
|
724
|
-
serverType:
|
|
725
|
-
| "CB"
|
|
726
|
-
| "CMS"
|
|
727
|
-
| "HESIOD"
|
|
728
|
-
| "LINUS"
|
|
729
|
-
| "MCC"
|
|
730
|
-
| "MCS"
|
|
731
|
-
| "MES"
|
|
732
|
-
| "MJS"
|
|
733
|
-
| "MRS"
|
|
734
|
-
| "MYGDONUS"
|
|
735
|
-
| "MZM"
|
|
736
|
-
| "TERMINUS"
|
|
737
|
-
| "TPGW"
|
|
738
|
-
| "TA"
|
|
739
|
-
| "HOMER"
|
|
740
|
-
| "SUPERHOMER"
|
|
741
|
-
| "U2C"
|
|
742
|
-
| "WCA"
|
|
743
|
-
| "MSE"
|
|
744
|
-
| "UNKNOWN";
|
|
745
|
-
serverAddress?: string;
|
|
746
|
-
};
|
|
747
|
-
/**
|
|
748
|
-
* Details of breakout session information, sent after end of breakout session
|
|
749
|
-
*/
|
|
750
|
-
breakoutSessionSummaryInfo?: {
|
|
751
|
-
duration: number;
|
|
752
|
-
subConferenceCount: number;
|
|
753
|
-
totalAttendeeCount: number;
|
|
754
|
-
participantCount: number;
|
|
755
|
-
assignedparticipantCount: number;
|
|
756
|
-
cohostCount: number;
|
|
757
|
-
averageAttendeeCountPerSubConference: number;
|
|
758
|
-
totalHostJoinedCount: number;
|
|
759
|
-
isBoStarted: boolean;
|
|
760
|
-
isBoEnabled: boolean;
|
|
761
|
-
isPreAssigned: boolean;
|
|
762
|
-
boStartedTimers: number;
|
|
763
|
-
createType: "pre-meeting" | "in-meeting";
|
|
764
|
-
enableType: "pre-meeting" | "in-meeting";
|
|
765
|
-
};
|
|
766
|
-
/**
|
|
767
|
-
* Details of meeting summary information
|
|
768
|
-
*/
|
|
769
|
-
meetingSummaryInfo?: {
|
|
770
|
-
featureReportSummary?: {
|
|
771
|
-
featureName: unknown;
|
|
772
|
-
usage: boolean;
|
|
773
|
-
usageDuration?: number;
|
|
774
|
-
toggle: boolean;
|
|
775
|
-
clickCount: number;
|
|
776
|
-
isMachineSupport: boolean;
|
|
777
|
-
}[];
|
|
778
|
-
featureActionSummary?: {
|
|
779
|
-
featureName: unknown;
|
|
780
|
-
featureActions: unknown[];
|
|
781
|
-
}[];
|
|
782
|
-
featureEventSummary?: {
|
|
783
|
-
featureName: unknown;
|
|
784
|
-
featureEvents: unknown[];
|
|
785
|
-
}[];
|
|
786
|
-
/**
|
|
787
|
-
* Details of MeetingInfo.
|
|
788
|
-
*/
|
|
789
|
-
meetingInfo?: {
|
|
790
|
-
simultaneousMeetingCount?: number;
|
|
791
|
-
totalBreakoutSessionCount?: number;
|
|
792
|
-
totalAttendeeCount?: number;
|
|
793
|
-
currentUserCountWhenLeaving?: number;
|
|
794
|
-
isE2EEnable?: boolean;
|
|
795
|
-
isModernE2EEnable?: boolean;
|
|
796
|
-
isWbxTraceOverWrite?: boolean;
|
|
797
|
-
isAnonymousMeeting?: boolean;
|
|
798
|
-
serverCipher?: string;
|
|
799
|
-
mediaCipher?: string;
|
|
800
|
-
};
|
|
801
|
-
/**
|
|
802
|
-
* Details of SurveyInfo.
|
|
803
|
-
*/
|
|
804
|
-
surveyInfo?: {
|
|
805
|
-
surveyCount: number;
|
|
806
|
-
surveyLocalClientVersion?: string;
|
|
807
|
-
surveyDate?: string;
|
|
808
|
-
};
|
|
809
|
-
languageType?:
|
|
810
|
-
| "lan_af"
|
|
811
|
-
| "lan_sq"
|
|
812
|
-
| "lan_am"
|
|
813
|
-
| "lan_ar"
|
|
814
|
-
| "lan_hy"
|
|
815
|
-
| "lan_az"
|
|
816
|
-
| "lan_eu"
|
|
817
|
-
| "lan_be"
|
|
818
|
-
| "lan_bn"
|
|
819
|
-
| "lan_bs"
|
|
820
|
-
| "lan_bg"
|
|
821
|
-
| "lan_ca"
|
|
822
|
-
| "lan_ceb"
|
|
823
|
-
| "lan_zh"
|
|
824
|
-
| "lan_zh-TW"
|
|
825
|
-
| "lan_co"
|
|
826
|
-
| "lan_hr"
|
|
827
|
-
| "lan_cs"
|
|
828
|
-
| "lan_da"
|
|
829
|
-
| "lan_nl"
|
|
830
|
-
| "lan_en"
|
|
831
|
-
| "lan_en-GB"
|
|
832
|
-
| "lan_eo"
|
|
833
|
-
| "lan_et"
|
|
834
|
-
| "lan_fi"
|
|
835
|
-
| "lan_fr"
|
|
836
|
-
| "lan_fr-CA"
|
|
837
|
-
| "lan_fy"
|
|
838
|
-
| "lan_gl"
|
|
839
|
-
| "lan_ka"
|
|
840
|
-
| "lan_de"
|
|
841
|
-
| "lan_el"
|
|
842
|
-
| "lan_gu"
|
|
843
|
-
| "lan_ht"
|
|
844
|
-
| "lan_ha"
|
|
845
|
-
| "lan_haw"
|
|
846
|
-
| "lan_he"
|
|
847
|
-
| "lan_hi"
|
|
848
|
-
| "lan_hmn"
|
|
849
|
-
| "lan_hu"
|
|
850
|
-
| "lan_is"
|
|
851
|
-
| "lan_ig"
|
|
852
|
-
| "lan_id"
|
|
853
|
-
| "lan_ga"
|
|
854
|
-
| "lan_it"
|
|
855
|
-
| "lan_ja"
|
|
856
|
-
| "lan_jv"
|
|
857
|
-
| "lan_kn"
|
|
858
|
-
| "lan_kk"
|
|
859
|
-
| "lan_km"
|
|
860
|
-
| "lan_rw"
|
|
861
|
-
| "lan_ko"
|
|
862
|
-
| "lan_ku"
|
|
863
|
-
| "lan_ky"
|
|
864
|
-
| "lan_lo"
|
|
865
|
-
| "lan_la"
|
|
866
|
-
| "lan_lv"
|
|
867
|
-
| "lan_lt"
|
|
868
|
-
| "lan_lb"
|
|
869
|
-
| "lan_mk"
|
|
870
|
-
| "lan_mg"
|
|
871
|
-
| "lan_ms"
|
|
872
|
-
| "lan_ml"
|
|
873
|
-
| "lan_mt"
|
|
874
|
-
| "lan_mi"
|
|
875
|
-
| "lan_mr"
|
|
876
|
-
| "lan_mn"
|
|
877
|
-
| "lan_my"
|
|
878
|
-
| "lan_ne"
|
|
879
|
-
| "lan_no"
|
|
880
|
-
| "lan_ny"
|
|
881
|
-
| "lan_or"
|
|
882
|
-
| "lan_ps"
|
|
883
|
-
| "lan_fa"
|
|
884
|
-
| "lan_pl"
|
|
885
|
-
| "lan_pt"
|
|
886
|
-
| "lan_pa"
|
|
887
|
-
| "lan_ro"
|
|
888
|
-
| "lan_ru"
|
|
889
|
-
| "lan_sm"
|
|
890
|
-
| "lan_gd"
|
|
891
|
-
| "lan_sr"
|
|
892
|
-
| "lan_st"
|
|
893
|
-
| "lan_sn"
|
|
894
|
-
| "lan_sd"
|
|
895
|
-
| "lan_si"
|
|
896
|
-
| "lan_sk"
|
|
897
|
-
| "lan_sl"
|
|
898
|
-
| "lan_so"
|
|
899
|
-
| "lan_es"
|
|
900
|
-
| "lan_es-ES"
|
|
901
|
-
| "lan_su"
|
|
902
|
-
| "lan_sw"
|
|
903
|
-
| "lan_sv"
|
|
904
|
-
| "lan_tl"
|
|
905
|
-
| "lan_tg"
|
|
906
|
-
| "lan_ta"
|
|
907
|
-
| "lan_tt"
|
|
908
|
-
| "lan_te"
|
|
909
|
-
| "lan_th"
|
|
910
|
-
| "lan_tr"
|
|
911
|
-
| "lan_tk"
|
|
912
|
-
| "lan_uk"
|
|
913
|
-
| "lan_ur"
|
|
914
|
-
| "lan_ug"
|
|
915
|
-
| "lan_uz"
|
|
916
|
-
| "lan_vi"
|
|
917
|
-
| "lan_cy"
|
|
918
|
-
| "lan_xh"
|
|
919
|
-
| "lan_yi"
|
|
920
|
-
| "lan_yo"
|
|
921
|
-
| "lan_zu";
|
|
922
|
-
};
|
|
923
|
-
/**
|
|
924
|
-
* Audio background noise removal
|
|
925
|
-
*/
|
|
926
|
-
audioNoiseRemoval?: {
|
|
927
|
-
/**
|
|
928
|
-
* background noise removal action data
|
|
929
|
-
*/
|
|
930
|
-
actionData?: {
|
|
931
|
-
bnrActionType: "turn-on-bnr" | "turn-off-bnr";
|
|
932
|
-
};
|
|
933
|
-
/**
|
|
934
|
-
* background noise removal event data
|
|
935
|
-
*/
|
|
936
|
-
eventData?: {
|
|
937
|
-
bnrEventType: "bnr-on" | "bnr-off";
|
|
938
|
-
};
|
|
939
|
-
};
|
|
940
|
-
/**
|
|
941
|
-
* Details of client action
|
|
942
|
-
*/
|
|
943
|
-
gestureRecognition?: {
|
|
944
|
-
supportedMachine?: boolean;
|
|
945
|
-
gestureType?: "clap" | "none" | "raiseHand" | "thumpUp" | "thumbDown";
|
|
946
|
-
duration?: number;
|
|
947
|
-
};
|
|
948
|
-
/**
|
|
949
|
-
* post meeting hook report
|
|
950
|
-
*/
|
|
951
|
-
postMeetingHook?: {
|
|
952
|
-
/**
|
|
953
|
-
* data define for background noise removal action
|
|
954
|
-
*/
|
|
955
|
-
actionData?: {
|
|
956
|
-
pmhActionType: "share" | "view-details" | "close";
|
|
957
|
-
pmhActionResult?: string;
|
|
958
|
-
};
|
|
959
|
-
/**
|
|
960
|
-
* data define for background noise removal event
|
|
961
|
-
*/
|
|
962
|
-
eventData?: {
|
|
963
|
-
pmhEventType: "used" | "not-show-again";
|
|
964
|
-
};
|
|
965
|
-
};
|
|
966
|
-
/**
|
|
967
|
-
* Details of problem report information
|
|
968
|
-
*/
|
|
969
|
-
problemReportInfo?: {
|
|
970
|
-
logId: string;
|
|
971
|
-
fileSize: number;
|
|
972
|
-
uploadStage: "connect" | "upload";
|
|
973
|
-
collectWMETime?: number;
|
|
974
|
-
collectTopicTime?: number;
|
|
975
|
-
collectSystemInfoTime?: number;
|
|
976
|
-
collectMeetingDataTime?: number;
|
|
977
|
-
collectDumpTime?: number;
|
|
978
|
-
collectCPUTime?: number;
|
|
979
|
-
zipTime?: number;
|
|
980
|
-
connectTime?: number;
|
|
981
|
-
uploadTime?: number;
|
|
982
|
-
totalTime?: number;
|
|
983
|
-
uploadErrorMessage?: string;
|
|
984
|
-
};
|
|
985
|
-
/**
|
|
986
|
-
* Details of breakout session information
|
|
987
|
-
*/
|
|
988
|
-
breakoutSessionInfo?: {
|
|
989
|
-
breakoutSessionAction:
|
|
990
|
-
| "add"
|
|
991
|
-
| "assign"
|
|
992
|
-
| "ask-for-help"
|
|
993
|
-
| "breakout-session-open"
|
|
994
|
-
| "breakout-session-close"
|
|
995
|
-
| "breakout-session-mute-all"
|
|
996
|
-
| "breakout-session-unmute-all"
|
|
997
|
-
| "broadcast-open"
|
|
998
|
-
| "broadcast-send"
|
|
999
|
-
| "cancel-automatic-close"
|
|
1000
|
-
| "create"
|
|
1001
|
-
| "delete"
|
|
1002
|
-
| "disable"
|
|
1003
|
-
| "dynamic-assign"
|
|
1004
|
-
| "dynamic-exchange"
|
|
1005
|
-
| "end"
|
|
1006
|
-
| "enable"
|
|
1007
|
-
| "exchange"
|
|
1008
|
-
| "join"
|
|
1009
|
-
| "leave"
|
|
1010
|
-
| "lock-all-sessions"
|
|
1011
|
-
| "lock-this-sessions"
|
|
1012
|
-
| "moveto"
|
|
1013
|
-
| "mute-all"
|
|
1014
|
-
| "mute-all-set"
|
|
1015
|
-
| "recreate"
|
|
1016
|
-
| "remove"
|
|
1017
|
-
| "rename"
|
|
1018
|
-
| "search"
|
|
1019
|
-
| "select-all"
|
|
1020
|
-
| "show-all-sessions"
|
|
1021
|
-
| "start"
|
|
1022
|
-
| "unmute-all"
|
|
1023
|
-
| "unlock-all-sessions"
|
|
1024
|
-
| "unlock-this-sessions"
|
|
1025
|
-
| "allow-leave-session"
|
|
1026
|
-
| "allow-join-session-later"
|
|
1027
|
-
| "auto-end-sessions"
|
|
1028
|
-
| "time-before-leave-session";
|
|
1029
|
-
breakoutSessionJoinType?: "any-one-can-join" | "auto" | "manual" | "preassign-rest";
|
|
1030
|
-
breakoutSessionActionClickFrom?:
|
|
1031
|
-
| "actionbar"
|
|
1032
|
-
| "assign-dialog"
|
|
1033
|
-
| "auto"
|
|
1034
|
-
| "breakout-session-list"
|
|
1035
|
-
| "contextmenu"
|
|
1036
|
-
| "menu"
|
|
1037
|
-
| "plist"
|
|
1038
|
-
| "popup-dialog";
|
|
1039
|
-
broadcastSendType?:
|
|
1040
|
-
| "all-sessions-all-participants"
|
|
1041
|
-
| "all-sessions-all-cohost-and-presenters"
|
|
1042
|
-
| "one-session-all-participants"
|
|
1043
|
-
| "one-session-one-participant";
|
|
1044
|
-
breakoutSessionDialogOpenTime?: number;
|
|
1045
|
-
breakoutSessionDialogAssignTime?: number;
|
|
1046
|
-
};
|
|
1047
|
-
/**
|
|
1048
|
-
* call embedded browser object result, if failed, will populate error at Error item
|
|
1049
|
-
*/
|
|
1050
|
-
embeddedBrowserObject?: {
|
|
1051
|
-
browserType: "IE" | "WebView2";
|
|
1052
|
-
version?: string;
|
|
1053
|
-
callFrom?: string;
|
|
1054
|
-
};
|
|
1055
|
-
/**
|
|
1056
|
-
* TeamsLaunchWebexMeeting report
|
|
1057
|
-
*/
|
|
1058
|
-
teamsLaunchWebexMeeting?: {
|
|
1059
|
-
/**
|
|
1060
|
-
* data define for TeamsLaunchWebexMeeting event
|
|
1061
|
-
*/
|
|
1062
|
-
eventData?: {
|
|
1063
|
-
tlmEevntType: "sync-preference" | "sip-call-launch" | "skip-interstitial" | "ipc-ready" | "ipc-failed";
|
|
1064
|
-
ipcConnectTime?: number;
|
|
1065
|
-
};
|
|
1066
|
-
/**
|
|
1067
|
-
* data define for TeamsLaunchWebexMeeting action
|
|
1068
|
-
*/
|
|
1069
|
-
actionData?: {
|
|
1070
|
-
tlmActionType: "change-audio" | "change-video";
|
|
1071
|
-
};
|
|
1072
|
-
/**
|
|
1073
|
-
* data define for TeamsLaunchWebexMeeting data from
|
|
1074
|
-
*/
|
|
1075
|
-
dataFrom?: {
|
|
1076
|
-
tlmFromType: "webex-meeting" | "webex-teams";
|
|
1077
|
-
};
|
|
1078
|
-
};
|
|
1079
|
-
/**
|
|
1080
|
-
* Details of language action
|
|
1081
|
-
*/
|
|
1082
|
-
languageActionInfo?: {
|
|
1083
|
-
languageAction:
|
|
1084
|
-
| "openLanguageDialog"
|
|
1085
|
-
| "subscribeTransLanguage"
|
|
1086
|
-
| "unsubscribeTransLanguage"
|
|
1087
|
-
| "changeSpeakLanguage"
|
|
1088
|
-
| "transcriptTurnOnWebexAssistantDialog"
|
|
1089
|
-
| "transcriptTurnOffWebexAssistantDialog"
|
|
1090
|
-
| "transcriptTurnOnWebexAssistantMenu"
|
|
1091
|
-
| "transcriptTurn0ffWebexAssistantMenu"
|
|
1092
|
-
| "transcriptViewHighlightPanel"
|
|
1093
|
-
| "transcriptViewHighlightPanelViaCloseCaption"
|
|
1094
|
-
| "transcriptViewHighlightPanelViaPanelOption"
|
|
1095
|
-
| "transcriptViewHighlightPanelViaWebexAssistant"
|
|
1096
|
-
| "transcriptEnableCloseCaptionDialog"
|
|
1097
|
-
| "transcriptDisableCloseCaptionDialog"
|
|
1098
|
-
| "transcriptDisableCloseCaptionDialogForActiveCCOpen"
|
|
1099
|
-
| "transcriptDisableCloseCaptionDialogViaCCButton"
|
|
1100
|
-
| "transcriptDisableCloseCaptionDialogViaCCDialog"
|
|
1101
|
-
| "transcriptEnableCloseCaptionMenu"
|
|
1102
|
-
| "transcriptDisableCloseCaptionMenu"
|
|
1103
|
-
| "transcriptTabToCaptions"
|
|
1104
|
-
| "transcriptTabToHighlights"
|
|
1105
|
-
| "transcriptCreateHighlight"
|
|
1106
|
-
| "transcriptDeleteHighlightInHighlight"
|
|
1107
|
-
| "transcriptDeleteHighlightInCaptions"
|
|
1108
|
-
| "transcriptChangeFontSize"
|
|
1109
|
-
| "transcriptBackToDefaultPosition"
|
|
1110
|
-
| "transcriptChangeModeToDark"
|
|
1111
|
-
| "transcriptChangeModeToLight";
|
|
1112
|
-
fromLanguage?:
|
|
1113
|
-
| "lan_af"
|
|
1114
|
-
| "lan_sq"
|
|
1115
|
-
| "lan_am"
|
|
1116
|
-
| "lan_ar"
|
|
1117
|
-
| "lan_hy"
|
|
1118
|
-
| "lan_az"
|
|
1119
|
-
| "lan_eu"
|
|
1120
|
-
| "lan_be"
|
|
1121
|
-
| "lan_bn"
|
|
1122
|
-
| "lan_bs"
|
|
1123
|
-
| "lan_bg"
|
|
1124
|
-
| "lan_ca"
|
|
1125
|
-
| "lan_ceb"
|
|
1126
|
-
| "lan_zh"
|
|
1127
|
-
| "lan_zh-TW"
|
|
1128
|
-
| "lan_co"
|
|
1129
|
-
| "lan_hr"
|
|
1130
|
-
| "lan_cs"
|
|
1131
|
-
| "lan_da"
|
|
1132
|
-
| "lan_nl"
|
|
1133
|
-
| "lan_en"
|
|
1134
|
-
| "lan_en-GB"
|
|
1135
|
-
| "lan_eo"
|
|
1136
|
-
| "lan_et"
|
|
1137
|
-
| "lan_fi"
|
|
1138
|
-
| "lan_fr"
|
|
1139
|
-
| "lan_fr-CA"
|
|
1140
|
-
| "lan_fy"
|
|
1141
|
-
| "lan_gl"
|
|
1142
|
-
| "lan_ka"
|
|
1143
|
-
| "lan_de"
|
|
1144
|
-
| "lan_el"
|
|
1145
|
-
| "lan_gu"
|
|
1146
|
-
| "lan_ht"
|
|
1147
|
-
| "lan_ha"
|
|
1148
|
-
| "lan_haw"
|
|
1149
|
-
| "lan_he"
|
|
1150
|
-
| "lan_hi"
|
|
1151
|
-
| "lan_hmn"
|
|
1152
|
-
| "lan_hu"
|
|
1153
|
-
| "lan_is"
|
|
1154
|
-
| "lan_ig"
|
|
1155
|
-
| "lan_id"
|
|
1156
|
-
| "lan_ga"
|
|
1157
|
-
| "lan_it"
|
|
1158
|
-
| "lan_ja"
|
|
1159
|
-
| "lan_jv"
|
|
1160
|
-
| "lan_kn"
|
|
1161
|
-
| "lan_kk"
|
|
1162
|
-
| "lan_km"
|
|
1163
|
-
| "lan_rw"
|
|
1164
|
-
| "lan_ko"
|
|
1165
|
-
| "lan_ku"
|
|
1166
|
-
| "lan_ky"
|
|
1167
|
-
| "lan_lo"
|
|
1168
|
-
| "lan_la"
|
|
1169
|
-
| "lan_lv"
|
|
1170
|
-
| "lan_lt"
|
|
1171
|
-
| "lan_lb"
|
|
1172
|
-
| "lan_mk"
|
|
1173
|
-
| "lan_mg"
|
|
1174
|
-
| "lan_ms"
|
|
1175
|
-
| "lan_ml"
|
|
1176
|
-
| "lan_mt"
|
|
1177
|
-
| "lan_mi"
|
|
1178
|
-
| "lan_mr"
|
|
1179
|
-
| "lan_mn"
|
|
1180
|
-
| "lan_my"
|
|
1181
|
-
| "lan_ne"
|
|
1182
|
-
| "lan_no"
|
|
1183
|
-
| "lan_ny"
|
|
1184
|
-
| "lan_or"
|
|
1185
|
-
| "lan_ps"
|
|
1186
|
-
| "lan_fa"
|
|
1187
|
-
| "lan_pl"
|
|
1188
|
-
| "lan_pt"
|
|
1189
|
-
| "lan_pa"
|
|
1190
|
-
| "lan_ro"
|
|
1191
|
-
| "lan_ru"
|
|
1192
|
-
| "lan_sm"
|
|
1193
|
-
| "lan_gd"
|
|
1194
|
-
| "lan_sr"
|
|
1195
|
-
| "lan_st"
|
|
1196
|
-
| "lan_sn"
|
|
1197
|
-
| "lan_sd"
|
|
1198
|
-
| "lan_si"
|
|
1199
|
-
| "lan_sk"
|
|
1200
|
-
| "lan_sl"
|
|
1201
|
-
| "lan_so"
|
|
1202
|
-
| "lan_es"
|
|
1203
|
-
| "lan_es-ES"
|
|
1204
|
-
| "lan_su"
|
|
1205
|
-
| "lan_sw"
|
|
1206
|
-
| "lan_sv"
|
|
1207
|
-
| "lan_tl"
|
|
1208
|
-
| "lan_tg"
|
|
1209
|
-
| "lan_ta"
|
|
1210
|
-
| "lan_tt"
|
|
1211
|
-
| "lan_te"
|
|
1212
|
-
| "lan_th"
|
|
1213
|
-
| "lan_tr"
|
|
1214
|
-
| "lan_tk"
|
|
1215
|
-
| "lan_uk"
|
|
1216
|
-
| "lan_ur"
|
|
1217
|
-
| "lan_ug"
|
|
1218
|
-
| "lan_uz"
|
|
1219
|
-
| "lan_vi"
|
|
1220
|
-
| "lan_cy"
|
|
1221
|
-
| "lan_xh"
|
|
1222
|
-
| "lan_yi"
|
|
1223
|
-
| "lan_yo"
|
|
1224
|
-
| "lan_zu";
|
|
1225
|
-
toLanguage?:
|
|
1226
|
-
| "lan_af"
|
|
1227
|
-
| "lan_sq"
|
|
1228
|
-
| "lan_am"
|
|
1229
|
-
| "lan_ar"
|
|
1230
|
-
| "lan_hy"
|
|
1231
|
-
| "lan_az"
|
|
1232
|
-
| "lan_eu"
|
|
1233
|
-
| "lan_be"
|
|
1234
|
-
| "lan_bn"
|
|
1235
|
-
| "lan_bs"
|
|
1236
|
-
| "lan_bg"
|
|
1237
|
-
| "lan_ca"
|
|
1238
|
-
| "lan_ceb"
|
|
1239
|
-
| "lan_zh"
|
|
1240
|
-
| "lan_zh-TW"
|
|
1241
|
-
| "lan_co"
|
|
1242
|
-
| "lan_hr"
|
|
1243
|
-
| "lan_cs"
|
|
1244
|
-
| "lan_da"
|
|
1245
|
-
| "lan_nl"
|
|
1246
|
-
| "lan_en"
|
|
1247
|
-
| "lan_en-GB"
|
|
1248
|
-
| "lan_eo"
|
|
1249
|
-
| "lan_et"
|
|
1250
|
-
| "lan_fi"
|
|
1251
|
-
| "lan_fr"
|
|
1252
|
-
| "lan_fr-CA"
|
|
1253
|
-
| "lan_fy"
|
|
1254
|
-
| "lan_gl"
|
|
1255
|
-
| "lan_ka"
|
|
1256
|
-
| "lan_de"
|
|
1257
|
-
| "lan_el"
|
|
1258
|
-
| "lan_gu"
|
|
1259
|
-
| "lan_ht"
|
|
1260
|
-
| "lan_ha"
|
|
1261
|
-
| "lan_haw"
|
|
1262
|
-
| "lan_he"
|
|
1263
|
-
| "lan_hi"
|
|
1264
|
-
| "lan_hmn"
|
|
1265
|
-
| "lan_hu"
|
|
1266
|
-
| "lan_is"
|
|
1267
|
-
| "lan_ig"
|
|
1268
|
-
| "lan_id"
|
|
1269
|
-
| "lan_ga"
|
|
1270
|
-
| "lan_it"
|
|
1271
|
-
| "lan_ja"
|
|
1272
|
-
| "lan_jv"
|
|
1273
|
-
| "lan_kn"
|
|
1274
|
-
| "lan_kk"
|
|
1275
|
-
| "lan_km"
|
|
1276
|
-
| "lan_rw"
|
|
1277
|
-
| "lan_ko"
|
|
1278
|
-
| "lan_ku"
|
|
1279
|
-
| "lan_ky"
|
|
1280
|
-
| "lan_lo"
|
|
1281
|
-
| "lan_la"
|
|
1282
|
-
| "lan_lv"
|
|
1283
|
-
| "lan_lt"
|
|
1284
|
-
| "lan_lb"
|
|
1285
|
-
| "lan_mk"
|
|
1286
|
-
| "lan_mg"
|
|
1287
|
-
| "lan_ms"
|
|
1288
|
-
| "lan_ml"
|
|
1289
|
-
| "lan_mt"
|
|
1290
|
-
| "lan_mi"
|
|
1291
|
-
| "lan_mr"
|
|
1292
|
-
| "lan_mn"
|
|
1293
|
-
| "lan_my"
|
|
1294
|
-
| "lan_ne"
|
|
1295
|
-
| "lan_no"
|
|
1296
|
-
| "lan_ny"
|
|
1297
|
-
| "lan_or"
|
|
1298
|
-
| "lan_ps"
|
|
1299
|
-
| "lan_fa"
|
|
1300
|
-
| "lan_pl"
|
|
1301
|
-
| "lan_pt"
|
|
1302
|
-
| "lan_pa"
|
|
1303
|
-
| "lan_ro"
|
|
1304
|
-
| "lan_ru"
|
|
1305
|
-
| "lan_sm"
|
|
1306
|
-
| "lan_gd"
|
|
1307
|
-
| "lan_sr"
|
|
1308
|
-
| "lan_st"
|
|
1309
|
-
| "lan_sn"
|
|
1310
|
-
| "lan_sd"
|
|
1311
|
-
| "lan_si"
|
|
1312
|
-
| "lan_sk"
|
|
1313
|
-
| "lan_sl"
|
|
1314
|
-
| "lan_so"
|
|
1315
|
-
| "lan_es"
|
|
1316
|
-
| "lan_es-ES"
|
|
1317
|
-
| "lan_su"
|
|
1318
|
-
| "lan_sw"
|
|
1319
|
-
| "lan_sv"
|
|
1320
|
-
| "lan_tl"
|
|
1321
|
-
| "lan_tg"
|
|
1322
|
-
| "lan_ta"
|
|
1323
|
-
| "lan_tt"
|
|
1324
|
-
| "lan_te"
|
|
1325
|
-
| "lan_th"
|
|
1326
|
-
| "lan_tr"
|
|
1327
|
-
| "lan_tk"
|
|
1328
|
-
| "lan_uk"
|
|
1329
|
-
| "lan_ur"
|
|
1330
|
-
| "lan_ug"
|
|
1331
|
-
| "lan_uz"
|
|
1332
|
-
| "lan_vi"
|
|
1333
|
-
| "lan_cy"
|
|
1334
|
-
| "lan_xh"
|
|
1335
|
-
| "lan_yi"
|
|
1336
|
-
| "lan_yo"
|
|
1337
|
-
| "lan_zu";
|
|
1338
|
-
};
|
|
1339
|
-
/**
|
|
1340
|
-
* Details of video action
|
|
1341
|
-
*/
|
|
1342
|
-
videoActionInfo?: {
|
|
1343
|
-
videoAction:
|
|
1344
|
-
| "switchLayout"
|
|
1345
|
-
| "switchPage"
|
|
1346
|
-
| "switchActiveUser"
|
|
1347
|
-
| "zoomIn"
|
|
1348
|
-
| "zoomOut"
|
|
1349
|
-
| "pinVideoToStage"
|
|
1350
|
-
| "unpinVideoToStage"
|
|
1351
|
-
| "syncMyStageForAll"
|
|
1352
|
-
| "desyncMyStageForAll"
|
|
1353
|
-
| "showParticipantWithoutVideo"
|
|
1354
|
-
| "hideParticipantWithoutVideo"
|
|
1355
|
-
| "showActiveVideoInStage"
|
|
1356
|
-
| "hideActiveVideoInStage"
|
|
1357
|
-
| "showActiveVideoWithShareContent"
|
|
1358
|
-
| "hideActiveVideoWithShareContent"
|
|
1359
|
-
| "showVideoOnTP"
|
|
1360
|
-
| "showVideoOnComputer"
|
|
1361
|
-
| "EnterFullScreen"
|
|
1362
|
-
| "ExitFullScreen"
|
|
1363
|
-
| "EnterFullScreenWithShare"
|
|
1364
|
-
| "ExitFullScreenWithShare"
|
|
1365
|
-
| "hideFilmStrip"
|
|
1366
|
-
| "showFilmStrip";
|
|
1367
|
-
fromLayoutType?:
|
|
1368
|
-
| "stack"
|
|
1369
|
-
| "stackWithShare"
|
|
1370
|
-
| "sideBySide"
|
|
1371
|
-
| "sideBySideWithShare"
|
|
1372
|
-
| "grid"
|
|
1373
|
-
| "floatingActive"
|
|
1374
|
-
| "floatingThumbnail"
|
|
1375
|
-
| "floatingGrid"
|
|
1376
|
-
| "overlay"
|
|
1377
|
-
| "focus"
|
|
1378
|
-
| "prominent"
|
|
1379
|
-
| "focusWithShare"
|
|
1380
|
-
| "prominentWithShare"
|
|
1381
|
-
| "equal"
|
|
1382
|
-
| "equalWithShare";
|
|
1383
|
-
toLayoutType?:
|
|
1384
|
-
| "stack"
|
|
1385
|
-
| "stackWithShare"
|
|
1386
|
-
| "sideBySide"
|
|
1387
|
-
| "sideBySideWithShare"
|
|
1388
|
-
| "grid"
|
|
1389
|
-
| "floatingActive"
|
|
1390
|
-
| "floatingThumbnail"
|
|
1391
|
-
| "floatingGrid"
|
|
1392
|
-
| "overlay"
|
|
1393
|
-
| "focus"
|
|
1394
|
-
| "prominent"
|
|
1395
|
-
| "focusWithShare"
|
|
1396
|
-
| "prominentWithShare"
|
|
1397
|
-
| "equal"
|
|
1398
|
-
| "equalWithShare";
|
|
1399
|
-
zoomLayoutType?:
|
|
1400
|
-
| "stack"
|
|
1401
|
-
| "stackWithShare"
|
|
1402
|
-
| "sideBySide"
|
|
1403
|
-
| "sideBySideWithShare"
|
|
1404
|
-
| "grid"
|
|
1405
|
-
| "floatingActive"
|
|
1406
|
-
| "floatingThumbnail"
|
|
1407
|
-
| "floatingGrid"
|
|
1408
|
-
| "overlay"
|
|
1409
|
-
| "focus"
|
|
1410
|
-
| "prominent"
|
|
1411
|
-
| "focusWithShare"
|
|
1412
|
-
| "prominentWithShare"
|
|
1413
|
-
| "equal"
|
|
1414
|
-
| "equalWithShare";
|
|
1415
|
-
duration?: number;
|
|
1416
|
-
myVideoCSI?: number;
|
|
1417
|
-
myNodeID?: number;
|
|
1418
|
-
fromActiveNodeID?: number;
|
|
1419
|
-
toActiveNodeID?: number;
|
|
1420
|
-
switchFromVideoCount?: number;
|
|
1421
|
-
switchToVideoCount?: number;
|
|
1422
|
-
isSwitchToPrevious?: boolean;
|
|
1423
|
-
pinVideoNodeID?: number;
|
|
1424
|
-
pinVideoCSI?: number;
|
|
1425
|
-
actionFromPlist?: boolean;
|
|
1426
|
-
syncStageNodeIDArray?: number[];
|
|
1427
|
-
syncStageCSIArray?: number[];
|
|
1428
|
-
lockAttendeeStageView?: boolean;
|
|
1429
|
-
};
|
|
1430
|
-
/**
|
|
1431
|
-
* Details of FeatureReport
|
|
1432
|
-
*/
|
|
1433
|
-
featureReport?: {
|
|
1434
|
-
featureReportItems: {
|
|
1435
|
-
featureName: unknown;
|
|
1436
|
-
timeStamp: string;
|
|
1437
|
-
actionName?: string;
|
|
1438
|
-
eventName?: string;
|
|
1439
|
-
duration?: number;
|
|
1440
|
-
extValue?: string;
|
|
1441
|
-
webappData?: unknown;
|
|
1442
|
-
reactionData?: unknown;
|
|
1443
|
-
interpretationAction?: unknown;
|
|
1444
|
-
}[];
|
|
1445
|
-
};
|
|
1446
|
-
downloadInfos?: {
|
|
1447
|
-
percentCompleted?: number;
|
|
1448
|
-
packageName?: string;
|
|
1449
|
-
timestamp?: string;
|
|
1450
|
-
clientDownloadFileCount?: number;
|
|
1451
|
-
clientDownloadSize?: number;
|
|
1452
|
-
clientDownloadTime?: number;
|
|
1453
|
-
clientDecompressTime?: number;
|
|
1454
|
-
CDNEnabled?: boolean;
|
|
1455
|
-
updateFlag?: "preMeeting" | "inMeeting" | "postMeeting";
|
|
1456
|
-
epSP?: boolean;
|
|
1457
|
-
isEPUpdate?: boolean;
|
|
1458
|
-
spDifferent?: number;
|
|
1459
|
-
spVersionDelta?: number;
|
|
1460
|
-
deltaUpdate?: boolean;
|
|
1461
|
-
deltaListDownloadTime?: number;
|
|
1462
|
-
deltaPackageDownloadTime?: number;
|
|
1463
|
-
deltaCachePackageCopyTime?: number;
|
|
1464
|
-
deltaApplyTime?: number;
|
|
1465
|
-
deltaPackageUncompressTime?: number;
|
|
1466
|
-
deltaDuration?: number;
|
|
1467
|
-
deltaVersion?: string;
|
|
1468
|
-
deltaDownloadFullPackage?: boolean;
|
|
1469
|
-
deltaFileSize?: number;
|
|
1470
|
-
deltaUpdateEnabled?: boolean;
|
|
1471
|
-
deltaFullpackageDownloadEnabled?: boolean;
|
|
1472
|
-
deltaUpdateErrorType?: string;
|
|
1473
|
-
deltaUpdateSuccess?: string;
|
|
1474
|
-
deltaFullpackageDownloadVersion?: string;
|
|
1475
|
-
deltaFullpackageDownloadSuccess?: string;
|
|
1476
|
-
deltaUpdateCorrelationId?: string;
|
|
1477
|
-
deltaFullpackageDownloadCorrelationId?: string;
|
|
1478
|
-
deltaTargetVersion?: string;
|
|
1479
|
-
deltaLocalFullPackageVersions?: string;
|
|
1480
|
-
deltaUpdateFailReason?: string;
|
|
1481
|
-
deltaUpdateTimeStamp?: string;
|
|
1482
|
-
}[];
|
|
1483
|
-
}
|