@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,2667 +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
|
-
* Events from clients
|
|
10
|
-
*/
|
|
11
|
-
export interface ClientEvent {
|
|
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
|
-
name:
|
|
573
|
-
| "client.alert.displayed"
|
|
574
|
-
| "client.alert.removed"
|
|
575
|
-
| "client.application.validate"
|
|
576
|
-
| "client.audio.noise.removal"
|
|
577
|
-
| "client.breakout-session.join.request"
|
|
578
|
-
| "client.breakout-session.join.response"
|
|
579
|
-
| "client.breakout-session.leave"
|
|
580
|
-
| "client.breakout-session.move.request"
|
|
581
|
-
| "client.breakout-session.move.response"
|
|
582
|
-
| "client.call.aborted"
|
|
583
|
-
| "client.call.declined"
|
|
584
|
-
| "client.call.diagnostics"
|
|
585
|
-
| "client.call.displayed"
|
|
586
|
-
| "client.call.info"
|
|
587
|
-
| "client.call.initiated"
|
|
588
|
-
| "client.call.leave"
|
|
589
|
-
| "client.call.move-media"
|
|
590
|
-
| "client.call.remote-ended"
|
|
591
|
-
| "client.call.remote-started"
|
|
592
|
-
| "client.call.skip-locus-join"
|
|
593
|
-
| "client.conversation.request"
|
|
594
|
-
| "client.conversation.response"
|
|
595
|
-
| "client.click.pre-join"
|
|
596
|
-
| "client.crash"
|
|
597
|
-
| "client.daemon.join.begin"
|
|
598
|
-
| "client.daemon.job.done"
|
|
599
|
-
| "client.daemon.launch-meeting-process"
|
|
600
|
-
| "client.daemon.pending-on-existing-upgrade-job"
|
|
601
|
-
| "client.daemon.query-site-info"
|
|
602
|
-
| "client.daemon.upgrade-and-join"
|
|
603
|
-
| "client.daemon.wakeup-meeting-client"
|
|
604
|
-
| "client.device.resource-room.joined"
|
|
605
|
-
| "client.e2ee.join.response"
|
|
606
|
-
| "client.embedded-object-info"
|
|
607
|
-
| "client.entering-background"
|
|
608
|
-
| "client.entering-foreground"
|
|
609
|
-
| "client.exit.app"
|
|
610
|
-
| "client.gesture.recognition"
|
|
611
|
-
| "client.hologram.initiated"
|
|
612
|
-
| "client.hologram.stopped"
|
|
613
|
-
| "client.hologram.remote.initiated"
|
|
614
|
-
| "client.hologram.remote.stopped"
|
|
615
|
-
| "client.ice.end"
|
|
616
|
-
| "client.ice.start"
|
|
617
|
-
| "client.installer.start"
|
|
618
|
-
| "client.installer.end"
|
|
619
|
-
| "client.interstitial-window.launched"
|
|
620
|
-
| "client.interstitial-window.start-launch"
|
|
621
|
-
| "client.ivr.join.request"
|
|
622
|
-
| "client.ivr.join.response"
|
|
623
|
-
| "client.ivr.leave.request"
|
|
624
|
-
| "client.ivr.leave.response"
|
|
625
|
-
| "client.ivr.notify.request"
|
|
626
|
-
| "client.ivr.notify.response"
|
|
627
|
-
| "client.lobby.entered"
|
|
628
|
-
| "client.lobby.exited"
|
|
629
|
-
| "client.locus.decline.request"
|
|
630
|
-
| "client.locus.join.request"
|
|
631
|
-
| "client.locus.join.response"
|
|
632
|
-
| "client.locus.leave.request"
|
|
633
|
-
| "client.locus.leave.response"
|
|
634
|
-
| "client.locus.media.request"
|
|
635
|
-
| "client.locus.media.response"
|
|
636
|
-
| "client.media-engine.crash"
|
|
637
|
-
| "client.media-engine.lost"
|
|
638
|
-
| "client.media-engine.local-sdp-generated"
|
|
639
|
-
| "client.media-engine.ready"
|
|
640
|
-
| "client.media-engine.remote-sdp-received"
|
|
641
|
-
| "client.media-status"
|
|
642
|
-
| "client.media.capabilities"
|
|
643
|
-
| "client.media.reachability"
|
|
644
|
-
| "client.media.reconnecting"
|
|
645
|
-
| "client.media.recovered"
|
|
646
|
-
| "client.media.render.start"
|
|
647
|
-
| "client.media.render.stop"
|
|
648
|
-
| "client.media.rx.start"
|
|
649
|
-
| "client.media.rx.stop"
|
|
650
|
-
| "client.media.share.csi.changed"
|
|
651
|
-
| "client.media.tx.start"
|
|
652
|
-
| "client.media.tx.stop"
|
|
653
|
-
| "client.meetinginfo.request"
|
|
654
|
-
| "client.meetinginfo.response"
|
|
655
|
-
| "client.meetingmanagersdk.ipc.run"
|
|
656
|
-
| "client.meeting.app-loaded"
|
|
657
|
-
| "client.meeting.breakout-session.action"
|
|
658
|
-
| "client.meeting.breakout-session.summary"
|
|
659
|
-
| "client.meeting.browser-plugin.started"
|
|
660
|
-
| "client.meeting.click.joinbutton"
|
|
661
|
-
| "client.meeting.closed"
|
|
662
|
-
| "client.meeting.disclaimer-window.accepted"
|
|
663
|
-
| "client.meeting.disclaimer-window.closed"
|
|
664
|
-
| "client.meeting.disclaimer-window.showed"
|
|
665
|
-
| "client.meeting.docshow.request"
|
|
666
|
-
| "client.meeting.docshow.response"
|
|
667
|
-
| "client.meeting.e2e.u2c.response"
|
|
668
|
-
| "client.meeting.e2e.wca.response"
|
|
669
|
-
| "client.meeting.e2e.key.response"
|
|
670
|
-
| "client.meeting.e2ee.u2c.response"
|
|
671
|
-
| "client.meeting.e2ee.wca.response"
|
|
672
|
-
| "client.meeting.e2ee.key.response"
|
|
673
|
-
| "client.meeting.gpc.download"
|
|
674
|
-
| "client.meeting.gpcparameter.request"
|
|
675
|
-
| "client.meeting.gpcparameter.response"
|
|
676
|
-
| "client.meeting.interstitial-window.closed"
|
|
677
|
-
| "client.meeting.interstitial-window.showed"
|
|
678
|
-
| "client.meeting.join.request"
|
|
679
|
-
| "client.meeting.key-information"
|
|
680
|
-
| "client.meeting.launched"
|
|
681
|
-
| "client.meeting.login-window.clicked"
|
|
682
|
-
| "client.meeting.login-window.closed"
|
|
683
|
-
| "client.meeting.login-window.showed"
|
|
684
|
-
| "client.meeting.login.response"
|
|
685
|
-
| "client.meeting.people-insights.check.response"
|
|
686
|
-
| "client.meeting.people-insights.query.response"
|
|
687
|
-
| "client.meeting.ping.request"
|
|
688
|
-
| "client.meeting.ping.response"
|
|
689
|
-
| "client.meeting.plugin-extension.started"
|
|
690
|
-
| "client.meeting.resume"
|
|
691
|
-
| "client.meeting.report-log"
|
|
692
|
-
| "client.meeting.session.connected"
|
|
693
|
-
| "client.meeting.start-webexapp"
|
|
694
|
-
| "client.meeting.start-launch"
|
|
695
|
-
| "client.meeting.summary"
|
|
696
|
-
| "client.meeting.user-action"
|
|
697
|
-
| "client.meeting.validated"
|
|
698
|
-
| "client.meeting.VDI.detect.plugin.response"
|
|
699
|
-
| "client.meeting.VDI.connect.plugin.response"
|
|
700
|
-
| "client.mercury.connection.lost"
|
|
701
|
-
| "client.mercury.connection.restored"
|
|
702
|
-
| "client.multistream.sca.rx"
|
|
703
|
-
| "client.multistream.sca.tx"
|
|
704
|
-
| "client.multistream.scr.rx"
|
|
705
|
-
| "client.multistream.scr.tx"
|
|
706
|
-
| "client.muted"
|
|
707
|
-
| "client.network.changed"
|
|
708
|
-
| "client.notification.received"
|
|
709
|
-
| "client.permission.closed"
|
|
710
|
-
| "client.permission.prompted"
|
|
711
|
-
| "client.pin.collected"
|
|
712
|
-
| "client.pin.prompt"
|
|
713
|
-
| "client.post.meeting.hook"
|
|
714
|
-
| "client.pstnaudio.attempt.finish"
|
|
715
|
-
| "client.pstnaudio.attempt.skip"
|
|
716
|
-
| "client.pstnaudio.attempt.start"
|
|
717
|
-
| "client.roap-message.received"
|
|
718
|
-
| "client.roap-message.sent"
|
|
719
|
-
| "client.share.floor-accept.notification"
|
|
720
|
-
| "client.share.floor-grant.cancel-request"
|
|
721
|
-
| "client.share.floor-grant.notification"
|
|
722
|
-
| "client.share.floor-grant.request"
|
|
723
|
-
| "client.share.floor-granted.local"
|
|
724
|
-
| "client.share.initiated"
|
|
725
|
-
| "client.share.layout.displayed"
|
|
726
|
-
| "client.share.paused"
|
|
727
|
-
| "client.share.selected-app"
|
|
728
|
-
| "client.share.stopped"
|
|
729
|
-
| "client.started-after-shutdown"
|
|
730
|
-
| "client.started-from-crash"
|
|
731
|
-
| "client.stuntrace.failed"
|
|
732
|
-
| "client.switch.app"
|
|
733
|
-
| "client.unmuted"
|
|
734
|
-
| "client.webexapp.launched"
|
|
735
|
-
| "client.login.start"
|
|
736
|
-
| "client.login.end"
|
|
737
|
-
| "client.switch.environment"
|
|
738
|
-
| "client.warhol.downloaded"
|
|
739
|
-
| "client.whiteboard.loaded"
|
|
740
|
-
| "meeting.initiated"
|
|
741
|
-
| "meeting.converged.initiated"
|
|
742
|
-
| "meeting.joined"
|
|
743
|
-
| "page.click.pre-join"
|
|
744
|
-
| "page.meeting.browser-reset"
|
|
745
|
-
| "page.meeting.close-browser"
|
|
746
|
-
| "page.meeting.extension.started"
|
|
747
|
-
| "page.meeting.launch-thinclient"
|
|
748
|
-
| "page.meeting.loading"
|
|
749
|
-
| "page.meeting.mobile.call"
|
|
750
|
-
| "page.meeting.mobile.download"
|
|
751
|
-
| "page.meeting.mobile.join-link"
|
|
752
|
-
| "page.meeting.run-plugin"
|
|
753
|
-
| "page.meeting.testing-plugin"
|
|
754
|
-
| "page.meeting.testing-plugin.finished"
|
|
755
|
-
| "page.meeting.tfs.start-download"
|
|
756
|
-
| "page.meeting.urlprotocol.detect"
|
|
757
|
-
| "page.meeting.waiting.user-action"
|
|
758
|
-
| "page.meeting.webexapp.launched"
|
|
759
|
-
| "page.meeting.webinstaller.started";
|
|
760
|
-
/**
|
|
761
|
-
* Base type for the various identifiers used to connect the dots.
|
|
762
|
-
* In general, these should be populated whenever possible. Subtypes may make a particular key required.
|
|
763
|
-
*
|
|
764
|
-
*/
|
|
765
|
-
identifiers: {
|
|
766
|
-
attendeeId?: string;
|
|
767
|
-
breakoutGroupId?: string;
|
|
768
|
-
breakoutMoveId?: string;
|
|
769
|
-
breakoutSessionId?: string;
|
|
770
|
-
confluenceId?: string;
|
|
771
|
-
/**
|
|
772
|
-
* Set of identifiers dedicated to CPaaS clients
|
|
773
|
-
* In general, these should be populated whenever possible. Subtypes may make a particular key required.
|
|
774
|
-
*
|
|
775
|
-
*/
|
|
776
|
-
cpaasIdentifiers?: {
|
|
777
|
-
imiTenantId: string;
|
|
778
|
-
devClientId: string;
|
|
779
|
-
imiServiceId: string;
|
|
780
|
-
imiAppId: string;
|
|
781
|
-
sessionId: string;
|
|
782
|
-
sessionInstanceId: string;
|
|
783
|
-
};
|
|
784
|
-
csdmDeviceUrl?: string;
|
|
785
|
-
destinationBreakoutSessionId?: string;
|
|
786
|
-
destinationLocusSessionId?: string;
|
|
787
|
-
destinationLocusUrl?: string;
|
|
788
|
-
destinationVenueId?: string;
|
|
789
|
-
deviceId?: string;
|
|
790
|
-
ivrCallId?: string;
|
|
791
|
-
ivrDialogId?: string;
|
|
792
|
-
ivrId?: string;
|
|
793
|
-
callId?: string;
|
|
794
|
-
locusId?: string;
|
|
795
|
-
locusSessionId?: string;
|
|
796
|
-
locusStartTime?: string;
|
|
797
|
-
locusUrl?: string;
|
|
798
|
-
mediaAgentAlias?: string;
|
|
799
|
-
mediaAgentGroupId?: string;
|
|
800
|
-
meetClusterName?: string;
|
|
801
|
-
meetingLookupUrl?: string;
|
|
802
|
-
meetingOrgId?: string;
|
|
803
|
-
msteamsTenantGuid?: string;
|
|
804
|
-
msteamsConferenceId?: string;
|
|
805
|
-
oauth2ClientId?: string;
|
|
806
|
-
orgId?: string;
|
|
807
|
-
provisionalCorrelationId?: string;
|
|
808
|
-
roomId?: string;
|
|
809
|
-
sipCallId?: string;
|
|
810
|
-
sipSessionId?: {
|
|
811
|
-
local?: string;
|
|
812
|
-
remote?: string;
|
|
813
|
-
};
|
|
814
|
-
sipUri?: string;
|
|
815
|
-
subConfId?: string;
|
|
816
|
-
tenantId?: string;
|
|
817
|
-
trackingId?: string;
|
|
818
|
-
userId?: string;
|
|
819
|
-
venueId?: string;
|
|
820
|
-
venueUrl?: string;
|
|
821
|
-
whiteboardUrl?: string;
|
|
822
|
-
webexConferenceId?: number;
|
|
823
|
-
webexClusterName?: string;
|
|
824
|
-
webexConferenceIdStr?: string;
|
|
825
|
-
webexDataCenter?: string;
|
|
826
|
-
webexGuestId?: number;
|
|
827
|
-
webexMeetingId?: number;
|
|
828
|
-
webexNodeId?: number;
|
|
829
|
-
webexSiteId?: number;
|
|
830
|
-
webexSiteName?: string;
|
|
831
|
-
webexUserId?: number;
|
|
832
|
-
webexWebDomain?: string;
|
|
833
|
-
correlationId: string;
|
|
834
|
-
};
|
|
835
|
-
errors?: {
|
|
836
|
-
fatal: boolean;
|
|
837
|
-
category: "signaling" | "media" | "other" | "expected";
|
|
838
|
-
errorDescription?: string;
|
|
839
|
-
errorCode?: number;
|
|
840
|
-
errorCodeStr?: string;
|
|
841
|
-
httpCode?: number;
|
|
842
|
-
errorCodeExt1?: number;
|
|
843
|
-
errorData?: {};
|
|
844
|
-
shownToUser: boolean;
|
|
845
|
-
serviceErrorCode?: number;
|
|
846
|
-
name:
|
|
847
|
-
| "media-engine"
|
|
848
|
-
| "ice.failed"
|
|
849
|
-
| "locus.response"
|
|
850
|
-
| "locus.leave"
|
|
851
|
-
| "client.leave"
|
|
852
|
-
| "media-device"
|
|
853
|
-
| "media-sca"
|
|
854
|
-
| "wxc"
|
|
855
|
-
| "other";
|
|
856
|
-
}[];
|
|
857
|
-
/**
|
|
858
|
-
* media quality error report such as no media or drop out
|
|
859
|
-
*/
|
|
860
|
-
clientMediaError?: {
|
|
861
|
-
mediaType?: "audio" | "video" | "share" | "share_audio" | "whiteboard";
|
|
862
|
-
mediaFailureType?: "noMedia" | "mediaDrop" | "mediaEvent";
|
|
863
|
-
isDropAtStart?: boolean;
|
|
864
|
-
isJMF?: boolean;
|
|
865
|
-
txError?:
|
|
866
|
-
| "NO_ERROR"
|
|
867
|
-
| "DEVICE_ERROR"
|
|
868
|
-
| "LOAD_LIBRARY_ERROR"
|
|
869
|
-
| "MCS_SESSION_CONNECT_ERROR"
|
|
870
|
-
| "CB_SESSION_CREATE_ERROR"
|
|
871
|
-
| "NO_FRAME_DECODE_ERROR"
|
|
872
|
-
| "NO_PACKET_RECV_ERROR"
|
|
873
|
-
| "LOW_VOLUME_ERROR"
|
|
874
|
-
| "INITIAL_MEMORY_ERROR"
|
|
875
|
-
| "MAC_VIRTUAL_AUDIO_DRV_ERROR"
|
|
876
|
-
| "MMP_SESSION_CONNECT_ERROR"
|
|
877
|
-
| "MEDIA_PROCESS_CRASH_ERROR"
|
|
878
|
-
| "HEARTBEAT_LOST_WITH_MEDIA_PROCESS_ERROR"
|
|
879
|
-
| "MEDIA_SERVER_CONNECT_ERROR"
|
|
880
|
-
| "LOCUS_SESSION_CONNECT_ERROR"
|
|
881
|
-
| "NO_PACKET_SEND_ERROR"
|
|
882
|
-
| "NETWORK_LOST_ERROR"
|
|
883
|
-
| "MEDIA_NOT_AVAILABLE";
|
|
884
|
-
rxError?:
|
|
885
|
-
| "NO_ERROR"
|
|
886
|
-
| "DEVICE_ERROR"
|
|
887
|
-
| "LOAD_LIBRARY_ERROR"
|
|
888
|
-
| "MCS_SESSION_CONNECT_ERROR"
|
|
889
|
-
| "CB_SESSION_CREATE_ERROR"
|
|
890
|
-
| "NO_FRAME_DECODE_ERROR"
|
|
891
|
-
| "NO_PACKET_RECV_ERROR"
|
|
892
|
-
| "LOW_VOLUME_ERROR"
|
|
893
|
-
| "INITIAL_MEMORY_ERROR"
|
|
894
|
-
| "MAC_VIRTUAL_AUDIO_DRV_ERROR"
|
|
895
|
-
| "MMP_SESSION_CONNECT_ERROR"
|
|
896
|
-
| "MEDIA_PROCESS_CRASH_ERROR"
|
|
897
|
-
| "HEARTBEAT_LOST_WITH_MEDIA_PROCESS_ERROR"
|
|
898
|
-
| "MEDIA_SERVER_CONNECT_ERROR"
|
|
899
|
-
| "LOCUS_SESSION_CONNECT_ERROR"
|
|
900
|
-
| "NO_PACKET_SEND_ERROR"
|
|
901
|
-
| "NETWORK_LOST_ERROR"
|
|
902
|
-
| "MEDIA_NOT_AVAILABLE";
|
|
903
|
-
txDeviceErrorCode?: number;
|
|
904
|
-
rxDeviceErrorCode?: number;
|
|
905
|
-
sessionConnectErrorCode?: number;
|
|
906
|
-
firstDropTime?: string;
|
|
907
|
-
totalDropCount?: number;
|
|
908
|
-
failureDuration?: number;
|
|
909
|
-
txMoreError?: string;
|
|
910
|
-
rxMoreError?: string;
|
|
911
|
-
totalUserWhenCBStartError?: number;
|
|
912
|
-
sessionConnectExtErrorCode?: number;
|
|
913
|
-
sessionConnectErrorType?: "unknown" | "MCC_error" | "MCS_error" | "Tahoe_error";
|
|
914
|
-
txSystemErrorCode?: number;
|
|
915
|
-
rxSystemErrorCode?: number;
|
|
916
|
-
errorDetails?: {};
|
|
917
|
-
};
|
|
918
|
-
/**
|
|
919
|
-
* client reachability result
|
|
920
|
-
*/
|
|
921
|
-
reachability?: {
|
|
922
|
-
age?: number;
|
|
923
|
-
method?: "standard" | "standard-early" | "fast";
|
|
924
|
-
hasResult?: boolean;
|
|
925
|
-
nodeCount?: number;
|
|
926
|
-
duration?: number;
|
|
927
|
-
reachableNodeCount?: number;
|
|
928
|
-
source?: "memory-local-ips";
|
|
929
|
-
trigger?: "startup" | "expired" | "network-change" | "meeting-prejoin";
|
|
930
|
-
};
|
|
931
|
-
trigger?:
|
|
932
|
-
| "bricklet"
|
|
933
|
-
| "call-history"
|
|
934
|
-
| "companion-join"
|
|
935
|
-
| "contact-profile"
|
|
936
|
-
| "dialpad"
|
|
937
|
-
| "loci-update"
|
|
938
|
-
| "mc-crosslaunch"
|
|
939
|
-
| "media-engine-event"
|
|
940
|
-
| "meetbutton-click"
|
|
941
|
-
| "meetings-tab"
|
|
942
|
-
| "message-click"
|
|
943
|
-
| "mercury-event"
|
|
944
|
-
| "obtp"
|
|
945
|
-
| "onboarding-page"
|
|
946
|
-
| "other"
|
|
947
|
-
| "pairing"
|
|
948
|
-
| "protocol"
|
|
949
|
-
| "search"
|
|
950
|
-
| "signaling"
|
|
951
|
-
| "space-share"
|
|
952
|
-
| "timeout"
|
|
953
|
-
| "toast"
|
|
954
|
-
| "user-interaction"
|
|
955
|
-
| "wireless-share";
|
|
956
|
-
leaveReason?: "paired-leave" | "one-to-one" | "ended-by-locus";
|
|
957
|
-
displayLocation?:
|
|
958
|
-
| "toast"
|
|
959
|
-
| "room-list"
|
|
960
|
-
| "call-pane"
|
|
961
|
-
| "call-view"
|
|
962
|
-
| "room"
|
|
963
|
-
| "meeting-list"
|
|
964
|
-
| "meeting"
|
|
965
|
-
| "personal-meeting-room"
|
|
966
|
-
| "intents"
|
|
967
|
-
| "external-link"
|
|
968
|
-
| "automation"
|
|
969
|
-
| "meeting-information"
|
|
970
|
-
| "contact-card"
|
|
971
|
-
| "control-center"
|
|
972
|
-
| "search-result"
|
|
973
|
-
| "other";
|
|
974
|
-
displayType?: "scheduled";
|
|
975
|
-
dialedDomain?: string;
|
|
976
|
-
isScheduled?: boolean;
|
|
977
|
-
guestModeShare?: boolean;
|
|
978
|
-
highFpsModeShare?: boolean;
|
|
979
|
-
contentAudioShare?: boolean;
|
|
980
|
-
pairingState?: "paired" | "observing" | "challenging";
|
|
981
|
-
pairedDevice?: {
|
|
982
|
-
deviceType?: string;
|
|
983
|
-
deviceId?: string;
|
|
984
|
-
deviceURL?: string;
|
|
985
|
-
modelNumber?: string;
|
|
986
|
-
productName?: string;
|
|
987
|
-
tempSipUri?: string;
|
|
988
|
-
isPersonalDevice?: boolean;
|
|
989
|
-
};
|
|
990
|
-
/**
|
|
991
|
-
* Information about the sender of the event
|
|
992
|
-
*/
|
|
993
|
-
oldOrigin?: {
|
|
994
|
-
name:
|
|
995
|
-
| "antares"
|
|
996
|
-
| "beech"
|
|
997
|
-
| "breakout"
|
|
998
|
-
| "cb"
|
|
999
|
-
| "cloudproxy"
|
|
1000
|
-
| "edonus"
|
|
1001
|
-
| "endpoint"
|
|
1002
|
-
| "givr"
|
|
1003
|
-
| "hecate"
|
|
1004
|
-
| "hedge"
|
|
1005
|
-
| "hesiod"
|
|
1006
|
-
| "homer"
|
|
1007
|
-
| "superhomer"
|
|
1008
|
-
| "l2sip"
|
|
1009
|
-
| "linus"
|
|
1010
|
-
| "locus"
|
|
1011
|
-
| "mcc"
|
|
1012
|
-
| "mcs"
|
|
1013
|
-
| "mercury"
|
|
1014
|
-
| "mes"
|
|
1015
|
-
| "mjs"
|
|
1016
|
-
| "mmp"
|
|
1017
|
-
| "mygdon"
|
|
1018
|
-
| "orpheus"
|
|
1019
|
-
| "page"
|
|
1020
|
-
| "poros"
|
|
1021
|
-
| "rhesos"
|
|
1022
|
-
| "terminus"
|
|
1023
|
-
| "tpgw"
|
|
1024
|
-
| "ucc"
|
|
1025
|
-
| "wdm"
|
|
1026
|
-
| "webexivr";
|
|
1027
|
-
userAgent: string;
|
|
1028
|
-
buildType?: "debug" | "test" | "prod" | "tap" | "analyzer-test";
|
|
1029
|
-
/**
|
|
1030
|
-
* Will be used as a label for client software status
|
|
1031
|
-
*/
|
|
1032
|
-
upgradeChannel?: string;
|
|
1033
|
-
/**
|
|
1034
|
-
* Identifier for a particular instance of a service, such as a particular linus
|
|
1035
|
-
*/
|
|
1036
|
-
instanceId?: string;
|
|
1037
|
-
networkType: "wifi" | "ethernet" | "cellular" | "unknown";
|
|
1038
|
-
localIP?: string;
|
|
1039
|
-
usingProxy?: boolean;
|
|
1040
|
-
mediaEngineSoftwareVersion?: string;
|
|
1041
|
-
environment?: string;
|
|
1042
|
-
newEnvironment?: string;
|
|
1043
|
-
/**
|
|
1044
|
-
* Details of client environment
|
|
1045
|
-
*/
|
|
1046
|
-
clientInfo?: {
|
|
1047
|
-
os?: "android" | "android-x64" | "chrome" | "ios" | "linux" | "mac" | "other" | "uwp-arm64" | "windows";
|
|
1048
|
-
osVersion?: string;
|
|
1049
|
-
localIP?: string;
|
|
1050
|
-
gatewayIP?: string;
|
|
1051
|
-
macAddress?: string;
|
|
1052
|
-
localNetworkPrefix?: string;
|
|
1053
|
-
publicNetworkPrefix?: string;
|
|
1054
|
-
browserLaunchMethod?:
|
|
1055
|
-
| "activex"
|
|
1056
|
-
| "npapi"
|
|
1057
|
-
| "extension"
|
|
1058
|
-
| "cwsapi"
|
|
1059
|
-
| "java"
|
|
1060
|
-
| "tfs"
|
|
1061
|
-
| "webacd"
|
|
1062
|
-
| "url-handler"
|
|
1063
|
-
| "thinclient";
|
|
1064
|
-
clientLaunchMethod?:
|
|
1065
|
-
| "url-handler"
|
|
1066
|
-
| "universal-link"
|
|
1067
|
-
| "voice-command"
|
|
1068
|
-
| "notification"
|
|
1069
|
-
| "manual"
|
|
1070
|
-
| "teams-cross-launch"
|
|
1071
|
-
| "mc-cross-launch";
|
|
1072
|
-
browser?: string;
|
|
1073
|
-
browserVersion?: string;
|
|
1074
|
-
/**
|
|
1075
|
-
* this defines the major client types
|
|
1076
|
-
*/
|
|
1077
|
-
clientType?:
|
|
1078
|
-
| "MEETING_CENTER"
|
|
1079
|
-
| "EVENT_CENTER"
|
|
1080
|
-
| "TRAINING_CENTER"
|
|
1081
|
-
| "TEAMS_CLIENT"
|
|
1082
|
-
| "TEAMS_DEVICE"
|
|
1083
|
-
| "TEAMS_SHARE"
|
|
1084
|
-
| "SIP"
|
|
1085
|
-
| "RECORDING"
|
|
1086
|
-
| "CLOUD_AWARE_SIP"
|
|
1087
|
-
| "TEAMS_WXC_CLIENT"
|
|
1088
|
-
| "WXC_CLIENT"
|
|
1089
|
-
| "WXC_DEVICE"
|
|
1090
|
-
| "WEBEX_JS_SDK"
|
|
1091
|
-
| "VOICEA_CLIENT"
|
|
1092
|
-
| "CISCO_SIP_GW"
|
|
1093
|
-
| "WEBEX_SDK"
|
|
1094
|
-
| "CPAAS_THIRD_PARTY_SDK"
|
|
1095
|
-
| "WXC_THIRD_PARTY"
|
|
1096
|
-
| "WXCC";
|
|
1097
|
-
/**
|
|
1098
|
-
* this defines the sub types of clients
|
|
1099
|
-
*/
|
|
1100
|
-
subClientType?:
|
|
1101
|
-
| "DESKTOP_APP"
|
|
1102
|
-
| "DESKTOP_APP_VDI"
|
|
1103
|
-
| "DEVICE_CURRENT"
|
|
1104
|
-
| "DEVICE_LEGACY_2020"
|
|
1105
|
-
| "HVDI_APP"
|
|
1106
|
-
| "MOBILE_APP"
|
|
1107
|
-
| "VDI_APP"
|
|
1108
|
-
| "WEB_APP"
|
|
1109
|
-
| "MOBILE_NETWORK"
|
|
1110
|
-
| "HOLOGRAM_HEADSET_APP";
|
|
1111
|
-
clientVersion?: string;
|
|
1112
|
-
localClientVersion?: string;
|
|
1113
|
-
modelNumber?: string;
|
|
1114
|
-
joinFirstUpdateLater?: "ep-enabled" | "sp-enabled" | "not-enabled";
|
|
1115
|
-
standbyUsed?: boolean;
|
|
1116
|
-
prefetchDocShowUsed?: boolean;
|
|
1117
|
-
fastJoinUsed?: boolean;
|
|
1118
|
-
clientDownloadSize?: number;
|
|
1119
|
-
clientDownloadFileCount?: number;
|
|
1120
|
-
nodeId?: number;
|
|
1121
|
-
machineInfo?: string;
|
|
1122
|
-
parentAppName?: string;
|
|
1123
|
-
parentAppInPermitList?: boolean;
|
|
1124
|
-
meetingSiteType?: "train" | "webex-11" | "orion";
|
|
1125
|
-
CDNEnabled?: boolean;
|
|
1126
|
-
clientMajorVersion?: string;
|
|
1127
|
-
majorVersion?: number;
|
|
1128
|
-
minorVersion?: number;
|
|
1129
|
-
revision?: number;
|
|
1130
|
-
isValidClientVersion?: boolean;
|
|
1131
|
-
/**
|
|
1132
|
-
* This object defines the fields related to the CPU being used by the emitter of the event
|
|
1133
|
-
*/
|
|
1134
|
-
cpuInfo?: {
|
|
1135
|
-
description: string;
|
|
1136
|
-
clockSpeedGigaHertz: number;
|
|
1137
|
-
numberOfCores: number;
|
|
1138
|
-
architecture: "intel32" | "intel64" | "amd32" | "amd64" | "arm32" | "arm64" | "unknown";
|
|
1139
|
-
staticPerformance?: string;
|
|
1140
|
-
};
|
|
1141
|
-
shareType?:
|
|
1142
|
-
| "cb-normal-share"
|
|
1143
|
-
| "ce-airplay-share"
|
|
1144
|
-
| "ce-direct-share"
|
|
1145
|
-
| "ce-gui-loopback-share"
|
|
1146
|
-
| "ce-input-source-share"
|
|
1147
|
-
| "ce-input-source-share-hdmi"
|
|
1148
|
-
| "ce-input-source-share-usbc"
|
|
1149
|
-
| "ce-jpg-share"
|
|
1150
|
-
| "ce-miracast-share"
|
|
1151
|
-
| "mcs-normal-share"
|
|
1152
|
-
| "mcs-normal-audio-share"
|
|
1153
|
-
| "mcs-hfps-share"
|
|
1154
|
-
| "mcs-hfps-audio-share";
|
|
1155
|
-
/**
|
|
1156
|
-
* Video display mode currently in use
|
|
1157
|
-
*/
|
|
1158
|
-
videoDisplayMode?: "grid-view" | "active-speaker-view";
|
|
1159
|
-
videoLayoutType?:
|
|
1160
|
-
| "stack"
|
|
1161
|
-
| "stackWithShare"
|
|
1162
|
-
| "sideBySide"
|
|
1163
|
-
| "sideBySideWithShare"
|
|
1164
|
-
| "grid"
|
|
1165
|
-
| "floatingActive"
|
|
1166
|
-
| "floatingThumbnail"
|
|
1167
|
-
| "floatingGrid"
|
|
1168
|
-
| "overlay"
|
|
1169
|
-
| "focus"
|
|
1170
|
-
| "prominent"
|
|
1171
|
-
| "focusWithShare"
|
|
1172
|
-
| "prominentWithShare"
|
|
1173
|
-
| "equal"
|
|
1174
|
-
| "equalWithShare";
|
|
1175
|
-
/**
|
|
1176
|
-
* this defines the video render type of meetings
|
|
1177
|
-
*/
|
|
1178
|
-
videoRenderType?: "wme" | "client_d3d" | "client_gdi";
|
|
1179
|
-
vdiInfo?: unknown;
|
|
1180
|
-
is64BitsClient?: boolean;
|
|
1181
|
-
webexAppVersion?: string;
|
|
1182
|
-
/**
|
|
1183
|
-
* this defines launch 32 bits client reason
|
|
1184
|
-
*/
|
|
1185
|
-
launch32BitsReason?:
|
|
1186
|
-
| "forcewin32"
|
|
1187
|
-
| "disablewin64"
|
|
1188
|
-
| "platform_win32"
|
|
1189
|
-
| "platform_arm"
|
|
1190
|
-
| "platform_unknown"
|
|
1191
|
-
| "version_below_41.11";
|
|
1192
|
-
inMeetingUpdate?: boolean;
|
|
1193
|
-
mtaVersion?: string;
|
|
1194
|
-
isWarholOpening?: boolean;
|
|
1195
|
-
};
|
|
1196
|
-
emmVendorId?: string;
|
|
1197
|
-
isHybridMedia?: boolean;
|
|
1198
|
-
originData?: {};
|
|
1199
|
-
};
|
|
1200
|
-
reachabilityStatus?: "none" | "all-false" | "partial-success" | "all-success";
|
|
1201
|
-
recoveredBy?: "retry" | "new";
|
|
1202
|
-
joinType?: "auto" | "no-locus-join";
|
|
1203
|
-
audioJoinType?: "phone-call-in" | "phone-call-back" | "voip" | "device-call-back" | "never-join-audio";
|
|
1204
|
-
isVideoMuted?: boolean;
|
|
1205
|
-
/**
|
|
1206
|
-
* phrased HTTP timing
|
|
1207
|
-
*/
|
|
1208
|
-
joinHttpTiming?: {
|
|
1209
|
-
connect?: number;
|
|
1210
|
-
dnsLookup?: number;
|
|
1211
|
-
sendRequest?: number;
|
|
1212
|
-
compressRequest?: number;
|
|
1213
|
-
receiveResponse?: number;
|
|
1214
|
-
extractJson?: number;
|
|
1215
|
-
verifyCert?: number;
|
|
1216
|
-
refreshToken?: number;
|
|
1217
|
-
};
|
|
1218
|
-
/**
|
|
1219
|
-
* phrased HTTP timing
|
|
1220
|
-
*/
|
|
1221
|
-
floorRequestHttpTiming?: {
|
|
1222
|
-
connect?: number;
|
|
1223
|
-
dnsLookup?: number;
|
|
1224
|
-
sendRequest?: number;
|
|
1225
|
-
compressRequest?: number;
|
|
1226
|
-
receiveResponse?: number;
|
|
1227
|
-
extractJson?: number;
|
|
1228
|
-
verifyCert?: number;
|
|
1229
|
-
refreshToken?: number;
|
|
1230
|
-
};
|
|
1231
|
-
icePhase?: "JOIN_MEETING_FINAL" | "JOIN_MEETING_RETRY" | "IN_MEETING";
|
|
1232
|
-
userType?: "host" | "attendee" | "cohost" | "panelist";
|
|
1233
|
-
updateType?: "new-user" | "update-user" | "return-user";
|
|
1234
|
-
isRoapCallEnabled?: boolean;
|
|
1235
|
-
isFirstTimeUser?: boolean;
|
|
1236
|
-
responseCode?: number;
|
|
1237
|
-
/**
|
|
1238
|
-
* Join Meeting Time
|
|
1239
|
-
*/
|
|
1240
|
-
joinTimes?: {
|
|
1241
|
-
totalJmt?: number;
|
|
1242
|
-
pageJmt?: number;
|
|
1243
|
-
pluginJmt?: number;
|
|
1244
|
-
clientJmt?: number;
|
|
1245
|
-
cbJmt?: number;
|
|
1246
|
-
clickToInterstitial?: number;
|
|
1247
|
-
interstitialToJoinOK?: number;
|
|
1248
|
-
getPCParametersTime?: number;
|
|
1249
|
-
getGPCParametersTime?: number;
|
|
1250
|
-
getDocShowTime?: number;
|
|
1251
|
-
guestTokenRetrievalTime?: number;
|
|
1252
|
-
showInterstitialTime?: number;
|
|
1253
|
-
clientDownloadTime?: number;
|
|
1254
|
-
clientDecompressTime?: number;
|
|
1255
|
-
GLAJmt?: number;
|
|
1256
|
-
pingJmt?: number;
|
|
1257
|
-
joinConfJmt?: number;
|
|
1258
|
-
announceJmt?: number;
|
|
1259
|
-
launchAppJmt?: number;
|
|
1260
|
-
networkLatency?: number;
|
|
1261
|
-
meetingInfoReqResp?: number;
|
|
1262
|
-
meetingInfoFetchTime?: number;
|
|
1263
|
-
joinReqResp?: number;
|
|
1264
|
-
callInitJoinReq?: number;
|
|
1265
|
-
JMTDetail?: string;
|
|
1266
|
-
localSDPGenRemoteSDPRecv?: number;
|
|
1267
|
-
locusJoinReqResp?: number;
|
|
1268
|
-
joinReqSentReceived?: number;
|
|
1269
|
-
joinRespSentReceived?: number;
|
|
1270
|
-
locusBreakoutSessionMoveReqResp?: number;
|
|
1271
|
-
ICESetupTime?: number;
|
|
1272
|
-
callInitMediaEngineReady?: number;
|
|
1273
|
-
getU2CTime?: number;
|
|
1274
|
-
getWCATime?: number;
|
|
1275
|
-
gotKeyTime?: number;
|
|
1276
|
-
useKeyTime?: number;
|
|
1277
|
-
cacheKeyTime?: number;
|
|
1278
|
-
detectVDITime?: number;
|
|
1279
|
-
connectVDITime?: number;
|
|
1280
|
-
mmpPreConnected?: boolean;
|
|
1281
|
-
audioMCCJMT?: number;
|
|
1282
|
-
audioMCSJMT?: number;
|
|
1283
|
-
audioCBJMT?: number;
|
|
1284
|
-
audioTAJMT?: number;
|
|
1285
|
-
audioPstnJMT?: number;
|
|
1286
|
-
clientPstnDialOutJMT?: number;
|
|
1287
|
-
pstnDialInReferL2SIPJoinReq?: number;
|
|
1288
|
-
pstnDialInReferL2SIPRoapOk?: number;
|
|
1289
|
-
videoMCCJMT?: number;
|
|
1290
|
-
videoMCSJMT?: number;
|
|
1291
|
-
videoCBJMT?: number;
|
|
1292
|
-
videoJMT?: number;
|
|
1293
|
-
WDMRegistrationTime?: number;
|
|
1294
|
-
audioVOIPJMT?: number;
|
|
1295
|
-
audioCallbackJMT?: number;
|
|
1296
|
-
deviceCallbackJMT?: number;
|
|
1297
|
-
deviceParingJMT?: number;
|
|
1298
|
-
exchangeCITokenJMT?: number;
|
|
1299
|
-
registerWDMDeviceJMT?: number;
|
|
1300
|
-
interstitialToMediaOKJMT?: number;
|
|
1301
|
-
clickToMediaOKJMT?: number;
|
|
1302
|
-
stayLobbyTime?: number;
|
|
1303
|
-
totalMediaJMT?: number;
|
|
1304
|
-
loginTime?: number;
|
|
1305
|
-
loggedToInterstitial?: number;
|
|
1306
|
-
audioICESetupTime?: number;
|
|
1307
|
-
videoICESetupTime?: number;
|
|
1308
|
-
shareICESetupTime?: number;
|
|
1309
|
-
initializeCameraTime?: number;
|
|
1310
|
-
installerJmt?: number;
|
|
1311
|
-
getAppMetadataTime?: number;
|
|
1312
|
-
downloadMsiTime?: number;
|
|
1313
|
-
installAppTime?: number;
|
|
1314
|
-
downloadTime?: number;
|
|
1315
|
-
decompressTime?: number;
|
|
1316
|
-
roapOfferRespTime?: number;
|
|
1317
|
-
roapAnswerTime?: number;
|
|
1318
|
-
roapOkTime?: number;
|
|
1319
|
-
roapOfferReqToOkTime?: number;
|
|
1320
|
-
};
|
|
1321
|
-
/**
|
|
1322
|
-
* ROAP message details
|
|
1323
|
-
*/
|
|
1324
|
-
roap?: {
|
|
1325
|
-
type?:
|
|
1326
|
-
| "ANSWER"
|
|
1327
|
-
| "ERROR"
|
|
1328
|
-
| "OFFER"
|
|
1329
|
-
| "OFFER_REQUEST"
|
|
1330
|
-
| "OFFER_RESPONSE"
|
|
1331
|
-
| "OK"
|
|
1332
|
-
| "OKAY"
|
|
1333
|
-
| "TURN_DISCOVERY_REQUEST"
|
|
1334
|
-
| "TURN_DISCOVERY_RESPONSE";
|
|
1335
|
-
messageType?:
|
|
1336
|
-
| "ANSWER"
|
|
1337
|
-
| "ERROR"
|
|
1338
|
-
| "OFFER"
|
|
1339
|
-
| "OFFER_REQUEST"
|
|
1340
|
-
| "OFFER_RESPONSE"
|
|
1341
|
-
| "OK"
|
|
1342
|
-
| "OKAY"
|
|
1343
|
-
| "TURN_DISCOVERY_REQUEST"
|
|
1344
|
-
| "TURN_DISCOVERY_RESPONSE";
|
|
1345
|
-
error?: string;
|
|
1346
|
-
duration?: number;
|
|
1347
|
-
seq?: number;
|
|
1348
|
-
};
|
|
1349
|
-
/**
|
|
1350
|
-
* metadata associated with emitter of the event. This data is included only in the first emitted for a given call and does not need to be repeated with each event.
|
|
1351
|
-
*/
|
|
1352
|
-
mediaMetadata?: {
|
|
1353
|
-
mediaEngineSoftwareType: string;
|
|
1354
|
-
mediaEngineSoftwareVersion: string;
|
|
1355
|
-
applicationSoftwareType: string;
|
|
1356
|
-
applicationSoftwareVersion: string;
|
|
1357
|
-
hardwareType?: string;
|
|
1358
|
-
clientRegion?: string;
|
|
1359
|
-
serverRegion?: string;
|
|
1360
|
-
serverOrg?: string;
|
|
1361
|
-
serverGroup?: string;
|
|
1362
|
-
serverAlias?: string;
|
|
1363
|
-
serverDeployType?: "private" | "public";
|
|
1364
|
-
startTime: string;
|
|
1365
|
-
endTime?: string;
|
|
1366
|
-
csi?: number[];
|
|
1367
|
-
isCascade?: boolean;
|
|
1368
|
-
isHybridMedia?: boolean;
|
|
1369
|
-
videoMeshClusterName?: string;
|
|
1370
|
-
videoMeshServerName?: string;
|
|
1371
|
-
isTIP?: boolean;
|
|
1372
|
-
isMARI?: boolean;
|
|
1373
|
-
has264Checksum?: boolean;
|
|
1374
|
-
intervalPeriod?: number;
|
|
1375
|
-
cascadePeerRegion?: string;
|
|
1376
|
-
cascadePeerOrg?: string;
|
|
1377
|
-
cascadePeerGroup?: string;
|
|
1378
|
-
cascadePeerAlias?: string;
|
|
1379
|
-
cascadePeerServerType?:
|
|
1380
|
-
| "CB"
|
|
1381
|
-
| "CMS"
|
|
1382
|
-
| "HESIOD"
|
|
1383
|
-
| "LINUS"
|
|
1384
|
-
| "MCC"
|
|
1385
|
-
| "MCS"
|
|
1386
|
-
| "MES"
|
|
1387
|
-
| "MJS"
|
|
1388
|
-
| "MRS"
|
|
1389
|
-
| "MYGDONUS"
|
|
1390
|
-
| "MZM"
|
|
1391
|
-
| "TERMINUS"
|
|
1392
|
-
| "TPGW"
|
|
1393
|
-
| "TA"
|
|
1394
|
-
| "HOMER"
|
|
1395
|
-
| "SUPERHOMER"
|
|
1396
|
-
| "U2C"
|
|
1397
|
-
| "WCA"
|
|
1398
|
-
| "MSE"
|
|
1399
|
-
| "UNKNOWN";
|
|
1400
|
-
cascadePeerDeployType?: "private" | "public";
|
|
1401
|
-
};
|
|
1402
|
-
/**
|
|
1403
|
-
* Details of server environment
|
|
1404
|
-
*/
|
|
1405
|
-
serverInfo?: {
|
|
1406
|
-
serverType:
|
|
1407
|
-
| "CB"
|
|
1408
|
-
| "CMS"
|
|
1409
|
-
| "HESIOD"
|
|
1410
|
-
| "LINUS"
|
|
1411
|
-
| "MCC"
|
|
1412
|
-
| "MCS"
|
|
1413
|
-
| "MES"
|
|
1414
|
-
| "MJS"
|
|
1415
|
-
| "MRS"
|
|
1416
|
-
| "MYGDONUS"
|
|
1417
|
-
| "MZM"
|
|
1418
|
-
| "TERMINUS"
|
|
1419
|
-
| "TPGW"
|
|
1420
|
-
| "TA"
|
|
1421
|
-
| "HOMER"
|
|
1422
|
-
| "SUPERHOMER"
|
|
1423
|
-
| "U2C"
|
|
1424
|
-
| "WCA"
|
|
1425
|
-
| "MSE"
|
|
1426
|
-
| "UNKNOWN";
|
|
1427
|
-
serverAddress?: string;
|
|
1428
|
-
};
|
|
1429
|
-
/**
|
|
1430
|
-
* Details of client connect session
|
|
1431
|
-
*/
|
|
1432
|
-
videoSession?: {
|
|
1433
|
-
mediaSessionType?: "AUDIO_CALLBACK" | "AUDIO_VOIP" | "DEVICE_CALLBACK" | "DEVICE_PAIRING" | "VIDEO";
|
|
1434
|
-
isSuccess?: boolean;
|
|
1435
|
-
signalingServerType?:
|
|
1436
|
-
| "CB"
|
|
1437
|
-
| "CMS"
|
|
1438
|
-
| "HESIOD"
|
|
1439
|
-
| "LINUS"
|
|
1440
|
-
| "MCC"
|
|
1441
|
-
| "MCS"
|
|
1442
|
-
| "MES"
|
|
1443
|
-
| "MJS"
|
|
1444
|
-
| "MRS"
|
|
1445
|
-
| "MYGDONUS"
|
|
1446
|
-
| "MZM"
|
|
1447
|
-
| "TERMINUS"
|
|
1448
|
-
| "TPGW"
|
|
1449
|
-
| "TA"
|
|
1450
|
-
| "HOMER"
|
|
1451
|
-
| "SUPERHOMER"
|
|
1452
|
-
| "U2C"
|
|
1453
|
-
| "WCA"
|
|
1454
|
-
| "MSE"
|
|
1455
|
-
| "UNKNOWN";
|
|
1456
|
-
signalingServerAddress?: string;
|
|
1457
|
-
mediaServerType?:
|
|
1458
|
-
| "CB"
|
|
1459
|
-
| "CMS"
|
|
1460
|
-
| "HESIOD"
|
|
1461
|
-
| "LINUS"
|
|
1462
|
-
| "MCC"
|
|
1463
|
-
| "MCS"
|
|
1464
|
-
| "MES"
|
|
1465
|
-
| "MJS"
|
|
1466
|
-
| "MRS"
|
|
1467
|
-
| "MYGDONUS"
|
|
1468
|
-
| "MZM"
|
|
1469
|
-
| "TERMINUS"
|
|
1470
|
-
| "TPGW"
|
|
1471
|
-
| "TA"
|
|
1472
|
-
| "HOMER"
|
|
1473
|
-
| "SUPERHOMER"
|
|
1474
|
-
| "U2C"
|
|
1475
|
-
| "WCA"
|
|
1476
|
-
| "MSE"
|
|
1477
|
-
| "UNKNOWN";
|
|
1478
|
-
mediaServerAddress?: string;
|
|
1479
|
-
errorDescription?: string;
|
|
1480
|
-
errorCode?: number;
|
|
1481
|
-
mediaErrorType?:
|
|
1482
|
-
| "NO_ERROR"
|
|
1483
|
-
| "DEVICE_ERROR"
|
|
1484
|
-
| "LOAD_LIBRARY_ERROR"
|
|
1485
|
-
| "MCS_SESSION_CONNECT_ERROR"
|
|
1486
|
-
| "CB_SESSION_CREATE_ERROR"
|
|
1487
|
-
| "NO_FRAME_DECODE_ERROR"
|
|
1488
|
-
| "NO_PACKET_RECV_ERROR"
|
|
1489
|
-
| "LOW_VOLUME_ERROR"
|
|
1490
|
-
| "INITIAL_MEMORY_ERROR"
|
|
1491
|
-
| "MAC_VIRTUAL_AUDIO_DRV_ERROR"
|
|
1492
|
-
| "MMP_SESSION_CONNECT_ERROR"
|
|
1493
|
-
| "MEDIA_PROCESS_CRASH_ERROR"
|
|
1494
|
-
| "HEARTBEAT_LOST_WITH_MEDIA_PROCESS_ERROR"
|
|
1495
|
-
| "MEDIA_SERVER_CONNECT_ERROR"
|
|
1496
|
-
| "LOCUS_SESSION_CONNECT_ERROR"
|
|
1497
|
-
| "NO_PACKET_SEND_ERROR"
|
|
1498
|
-
| "NETWORK_LOST_ERROR"
|
|
1499
|
-
| "MEDIA_NOT_AVAILABLE";
|
|
1500
|
-
isJoinAtStart?: boolean;
|
|
1501
|
-
};
|
|
1502
|
-
/**
|
|
1503
|
-
* Details of client connect session
|
|
1504
|
-
*/
|
|
1505
|
-
audioVOIPSession?: {
|
|
1506
|
-
mediaSessionType?: "AUDIO_CALLBACK" | "AUDIO_VOIP" | "DEVICE_CALLBACK" | "DEVICE_PAIRING" | "VIDEO";
|
|
1507
|
-
isSuccess?: boolean;
|
|
1508
|
-
signalingServerType?:
|
|
1509
|
-
| "CB"
|
|
1510
|
-
| "CMS"
|
|
1511
|
-
| "HESIOD"
|
|
1512
|
-
| "LINUS"
|
|
1513
|
-
| "MCC"
|
|
1514
|
-
| "MCS"
|
|
1515
|
-
| "MES"
|
|
1516
|
-
| "MJS"
|
|
1517
|
-
| "MRS"
|
|
1518
|
-
| "MYGDONUS"
|
|
1519
|
-
| "MZM"
|
|
1520
|
-
| "TERMINUS"
|
|
1521
|
-
| "TPGW"
|
|
1522
|
-
| "TA"
|
|
1523
|
-
| "HOMER"
|
|
1524
|
-
| "SUPERHOMER"
|
|
1525
|
-
| "U2C"
|
|
1526
|
-
| "WCA"
|
|
1527
|
-
| "MSE"
|
|
1528
|
-
| "UNKNOWN";
|
|
1529
|
-
signalingServerAddress?: string;
|
|
1530
|
-
mediaServerType?:
|
|
1531
|
-
| "CB"
|
|
1532
|
-
| "CMS"
|
|
1533
|
-
| "HESIOD"
|
|
1534
|
-
| "LINUS"
|
|
1535
|
-
| "MCC"
|
|
1536
|
-
| "MCS"
|
|
1537
|
-
| "MES"
|
|
1538
|
-
| "MJS"
|
|
1539
|
-
| "MRS"
|
|
1540
|
-
| "MYGDONUS"
|
|
1541
|
-
| "MZM"
|
|
1542
|
-
| "TERMINUS"
|
|
1543
|
-
| "TPGW"
|
|
1544
|
-
| "TA"
|
|
1545
|
-
| "HOMER"
|
|
1546
|
-
| "SUPERHOMER"
|
|
1547
|
-
| "U2C"
|
|
1548
|
-
| "WCA"
|
|
1549
|
-
| "MSE"
|
|
1550
|
-
| "UNKNOWN";
|
|
1551
|
-
mediaServerAddress?: string;
|
|
1552
|
-
errorDescription?: string;
|
|
1553
|
-
errorCode?: number;
|
|
1554
|
-
mediaErrorType?:
|
|
1555
|
-
| "NO_ERROR"
|
|
1556
|
-
| "DEVICE_ERROR"
|
|
1557
|
-
| "LOAD_LIBRARY_ERROR"
|
|
1558
|
-
| "MCS_SESSION_CONNECT_ERROR"
|
|
1559
|
-
| "CB_SESSION_CREATE_ERROR"
|
|
1560
|
-
| "NO_FRAME_DECODE_ERROR"
|
|
1561
|
-
| "NO_PACKET_RECV_ERROR"
|
|
1562
|
-
| "LOW_VOLUME_ERROR"
|
|
1563
|
-
| "INITIAL_MEMORY_ERROR"
|
|
1564
|
-
| "MAC_VIRTUAL_AUDIO_DRV_ERROR"
|
|
1565
|
-
| "MMP_SESSION_CONNECT_ERROR"
|
|
1566
|
-
| "MEDIA_PROCESS_CRASH_ERROR"
|
|
1567
|
-
| "HEARTBEAT_LOST_WITH_MEDIA_PROCESS_ERROR"
|
|
1568
|
-
| "MEDIA_SERVER_CONNECT_ERROR"
|
|
1569
|
-
| "LOCUS_SESSION_CONNECT_ERROR"
|
|
1570
|
-
| "NO_PACKET_SEND_ERROR"
|
|
1571
|
-
| "NETWORK_LOST_ERROR"
|
|
1572
|
-
| "MEDIA_NOT_AVAILABLE";
|
|
1573
|
-
isJoinAtStart?: boolean;
|
|
1574
|
-
};
|
|
1575
|
-
/**
|
|
1576
|
-
* Details of client connect session
|
|
1577
|
-
*/
|
|
1578
|
-
audioCallbackSession?: {
|
|
1579
|
-
mediaSessionType?: "AUDIO_CALLBACK" | "AUDIO_VOIP" | "DEVICE_CALLBACK" | "DEVICE_PAIRING" | "VIDEO";
|
|
1580
|
-
isSuccess?: boolean;
|
|
1581
|
-
signalingServerType?:
|
|
1582
|
-
| "CB"
|
|
1583
|
-
| "CMS"
|
|
1584
|
-
| "HESIOD"
|
|
1585
|
-
| "LINUS"
|
|
1586
|
-
| "MCC"
|
|
1587
|
-
| "MCS"
|
|
1588
|
-
| "MES"
|
|
1589
|
-
| "MJS"
|
|
1590
|
-
| "MRS"
|
|
1591
|
-
| "MYGDONUS"
|
|
1592
|
-
| "MZM"
|
|
1593
|
-
| "TERMINUS"
|
|
1594
|
-
| "TPGW"
|
|
1595
|
-
| "TA"
|
|
1596
|
-
| "HOMER"
|
|
1597
|
-
| "SUPERHOMER"
|
|
1598
|
-
| "U2C"
|
|
1599
|
-
| "WCA"
|
|
1600
|
-
| "MSE"
|
|
1601
|
-
| "UNKNOWN";
|
|
1602
|
-
signalingServerAddress?: string;
|
|
1603
|
-
mediaServerType?:
|
|
1604
|
-
| "CB"
|
|
1605
|
-
| "CMS"
|
|
1606
|
-
| "HESIOD"
|
|
1607
|
-
| "LINUS"
|
|
1608
|
-
| "MCC"
|
|
1609
|
-
| "MCS"
|
|
1610
|
-
| "MES"
|
|
1611
|
-
| "MJS"
|
|
1612
|
-
| "MRS"
|
|
1613
|
-
| "MYGDONUS"
|
|
1614
|
-
| "MZM"
|
|
1615
|
-
| "TERMINUS"
|
|
1616
|
-
| "TPGW"
|
|
1617
|
-
| "TA"
|
|
1618
|
-
| "HOMER"
|
|
1619
|
-
| "SUPERHOMER"
|
|
1620
|
-
| "U2C"
|
|
1621
|
-
| "WCA"
|
|
1622
|
-
| "MSE"
|
|
1623
|
-
| "UNKNOWN";
|
|
1624
|
-
mediaServerAddress?: string;
|
|
1625
|
-
errorDescription?: string;
|
|
1626
|
-
errorCode?: number;
|
|
1627
|
-
mediaErrorType?:
|
|
1628
|
-
| "NO_ERROR"
|
|
1629
|
-
| "DEVICE_ERROR"
|
|
1630
|
-
| "LOAD_LIBRARY_ERROR"
|
|
1631
|
-
| "MCS_SESSION_CONNECT_ERROR"
|
|
1632
|
-
| "CB_SESSION_CREATE_ERROR"
|
|
1633
|
-
| "NO_FRAME_DECODE_ERROR"
|
|
1634
|
-
| "NO_PACKET_RECV_ERROR"
|
|
1635
|
-
| "LOW_VOLUME_ERROR"
|
|
1636
|
-
| "INITIAL_MEMORY_ERROR"
|
|
1637
|
-
| "MAC_VIRTUAL_AUDIO_DRV_ERROR"
|
|
1638
|
-
| "MMP_SESSION_CONNECT_ERROR"
|
|
1639
|
-
| "MEDIA_PROCESS_CRASH_ERROR"
|
|
1640
|
-
| "HEARTBEAT_LOST_WITH_MEDIA_PROCESS_ERROR"
|
|
1641
|
-
| "MEDIA_SERVER_CONNECT_ERROR"
|
|
1642
|
-
| "LOCUS_SESSION_CONNECT_ERROR"
|
|
1643
|
-
| "NO_PACKET_SEND_ERROR"
|
|
1644
|
-
| "NETWORK_LOST_ERROR"
|
|
1645
|
-
| "MEDIA_NOT_AVAILABLE";
|
|
1646
|
-
isJoinAtStart?: boolean;
|
|
1647
|
-
};
|
|
1648
|
-
/**
|
|
1649
|
-
* Details of client connect session
|
|
1650
|
-
*/
|
|
1651
|
-
devicePairingSession?: {
|
|
1652
|
-
mediaSessionType?: "AUDIO_CALLBACK" | "AUDIO_VOIP" | "DEVICE_CALLBACK" | "DEVICE_PAIRING" | "VIDEO";
|
|
1653
|
-
isSuccess?: boolean;
|
|
1654
|
-
signalingServerType?:
|
|
1655
|
-
| "CB"
|
|
1656
|
-
| "CMS"
|
|
1657
|
-
| "HESIOD"
|
|
1658
|
-
| "LINUS"
|
|
1659
|
-
| "MCC"
|
|
1660
|
-
| "MCS"
|
|
1661
|
-
| "MES"
|
|
1662
|
-
| "MJS"
|
|
1663
|
-
| "MRS"
|
|
1664
|
-
| "MYGDONUS"
|
|
1665
|
-
| "MZM"
|
|
1666
|
-
| "TERMINUS"
|
|
1667
|
-
| "TPGW"
|
|
1668
|
-
| "TA"
|
|
1669
|
-
| "HOMER"
|
|
1670
|
-
| "SUPERHOMER"
|
|
1671
|
-
| "U2C"
|
|
1672
|
-
| "WCA"
|
|
1673
|
-
| "MSE"
|
|
1674
|
-
| "UNKNOWN";
|
|
1675
|
-
signalingServerAddress?: string;
|
|
1676
|
-
mediaServerType?:
|
|
1677
|
-
| "CB"
|
|
1678
|
-
| "CMS"
|
|
1679
|
-
| "HESIOD"
|
|
1680
|
-
| "LINUS"
|
|
1681
|
-
| "MCC"
|
|
1682
|
-
| "MCS"
|
|
1683
|
-
| "MES"
|
|
1684
|
-
| "MJS"
|
|
1685
|
-
| "MRS"
|
|
1686
|
-
| "MYGDONUS"
|
|
1687
|
-
| "MZM"
|
|
1688
|
-
| "TERMINUS"
|
|
1689
|
-
| "TPGW"
|
|
1690
|
-
| "TA"
|
|
1691
|
-
| "HOMER"
|
|
1692
|
-
| "SUPERHOMER"
|
|
1693
|
-
| "U2C"
|
|
1694
|
-
| "WCA"
|
|
1695
|
-
| "MSE"
|
|
1696
|
-
| "UNKNOWN";
|
|
1697
|
-
mediaServerAddress?: string;
|
|
1698
|
-
errorDescription?: string;
|
|
1699
|
-
errorCode?: number;
|
|
1700
|
-
mediaErrorType?:
|
|
1701
|
-
| "NO_ERROR"
|
|
1702
|
-
| "DEVICE_ERROR"
|
|
1703
|
-
| "LOAD_LIBRARY_ERROR"
|
|
1704
|
-
| "MCS_SESSION_CONNECT_ERROR"
|
|
1705
|
-
| "CB_SESSION_CREATE_ERROR"
|
|
1706
|
-
| "NO_FRAME_DECODE_ERROR"
|
|
1707
|
-
| "NO_PACKET_RECV_ERROR"
|
|
1708
|
-
| "LOW_VOLUME_ERROR"
|
|
1709
|
-
| "INITIAL_MEMORY_ERROR"
|
|
1710
|
-
| "MAC_VIRTUAL_AUDIO_DRV_ERROR"
|
|
1711
|
-
| "MMP_SESSION_CONNECT_ERROR"
|
|
1712
|
-
| "MEDIA_PROCESS_CRASH_ERROR"
|
|
1713
|
-
| "HEARTBEAT_LOST_WITH_MEDIA_PROCESS_ERROR"
|
|
1714
|
-
| "MEDIA_SERVER_CONNECT_ERROR"
|
|
1715
|
-
| "LOCUS_SESSION_CONNECT_ERROR"
|
|
1716
|
-
| "NO_PACKET_SEND_ERROR"
|
|
1717
|
-
| "NETWORK_LOST_ERROR"
|
|
1718
|
-
| "MEDIA_NOT_AVAILABLE";
|
|
1719
|
-
isJoinAtStart?: boolean;
|
|
1720
|
-
};
|
|
1721
|
-
/**
|
|
1722
|
-
* Details of client connect session
|
|
1723
|
-
*/
|
|
1724
|
-
deviceCallbackSession?: {
|
|
1725
|
-
mediaSessionType?: "AUDIO_CALLBACK" | "AUDIO_VOIP" | "DEVICE_CALLBACK" | "DEVICE_PAIRING" | "VIDEO";
|
|
1726
|
-
isSuccess?: boolean;
|
|
1727
|
-
signalingServerType?:
|
|
1728
|
-
| "CB"
|
|
1729
|
-
| "CMS"
|
|
1730
|
-
| "HESIOD"
|
|
1731
|
-
| "LINUS"
|
|
1732
|
-
| "MCC"
|
|
1733
|
-
| "MCS"
|
|
1734
|
-
| "MES"
|
|
1735
|
-
| "MJS"
|
|
1736
|
-
| "MRS"
|
|
1737
|
-
| "MYGDONUS"
|
|
1738
|
-
| "MZM"
|
|
1739
|
-
| "TERMINUS"
|
|
1740
|
-
| "TPGW"
|
|
1741
|
-
| "TA"
|
|
1742
|
-
| "HOMER"
|
|
1743
|
-
| "SUPERHOMER"
|
|
1744
|
-
| "U2C"
|
|
1745
|
-
| "WCA"
|
|
1746
|
-
| "MSE"
|
|
1747
|
-
| "UNKNOWN";
|
|
1748
|
-
signalingServerAddress?: string;
|
|
1749
|
-
mediaServerType?:
|
|
1750
|
-
| "CB"
|
|
1751
|
-
| "CMS"
|
|
1752
|
-
| "HESIOD"
|
|
1753
|
-
| "LINUS"
|
|
1754
|
-
| "MCC"
|
|
1755
|
-
| "MCS"
|
|
1756
|
-
| "MES"
|
|
1757
|
-
| "MJS"
|
|
1758
|
-
| "MRS"
|
|
1759
|
-
| "MYGDONUS"
|
|
1760
|
-
| "MZM"
|
|
1761
|
-
| "TERMINUS"
|
|
1762
|
-
| "TPGW"
|
|
1763
|
-
| "TA"
|
|
1764
|
-
| "HOMER"
|
|
1765
|
-
| "SUPERHOMER"
|
|
1766
|
-
| "U2C"
|
|
1767
|
-
| "WCA"
|
|
1768
|
-
| "MSE"
|
|
1769
|
-
| "UNKNOWN";
|
|
1770
|
-
mediaServerAddress?: string;
|
|
1771
|
-
errorDescription?: string;
|
|
1772
|
-
errorCode?: number;
|
|
1773
|
-
mediaErrorType?:
|
|
1774
|
-
| "NO_ERROR"
|
|
1775
|
-
| "DEVICE_ERROR"
|
|
1776
|
-
| "LOAD_LIBRARY_ERROR"
|
|
1777
|
-
| "MCS_SESSION_CONNECT_ERROR"
|
|
1778
|
-
| "CB_SESSION_CREATE_ERROR"
|
|
1779
|
-
| "NO_FRAME_DECODE_ERROR"
|
|
1780
|
-
| "NO_PACKET_RECV_ERROR"
|
|
1781
|
-
| "LOW_VOLUME_ERROR"
|
|
1782
|
-
| "INITIAL_MEMORY_ERROR"
|
|
1783
|
-
| "MAC_VIRTUAL_AUDIO_DRV_ERROR"
|
|
1784
|
-
| "MMP_SESSION_CONNECT_ERROR"
|
|
1785
|
-
| "MEDIA_PROCESS_CRASH_ERROR"
|
|
1786
|
-
| "HEARTBEAT_LOST_WITH_MEDIA_PROCESS_ERROR"
|
|
1787
|
-
| "MEDIA_SERVER_CONNECT_ERROR"
|
|
1788
|
-
| "LOCUS_SESSION_CONNECT_ERROR"
|
|
1789
|
-
| "NO_PACKET_SEND_ERROR"
|
|
1790
|
-
| "NETWORK_LOST_ERROR"
|
|
1791
|
-
| "MEDIA_NOT_AVAILABLE";
|
|
1792
|
-
isJoinAtStart?: boolean;
|
|
1793
|
-
};
|
|
1794
|
-
/**
|
|
1795
|
-
* report when client crash
|
|
1796
|
-
*/
|
|
1797
|
-
crashReport?: {
|
|
1798
|
-
/**
|
|
1799
|
-
* data define for background noise removal event
|
|
1800
|
-
*/
|
|
1801
|
-
eventData?: {
|
|
1802
|
-
crashType?: "client" | "other" | "thirdparty" | "wme" | "mta";
|
|
1803
|
-
processName?: string;
|
|
1804
|
-
moduleName?: string;
|
|
1805
|
-
threadInfo?: string;
|
|
1806
|
-
crashFrame?: string;
|
|
1807
|
-
crashStack?: string;
|
|
1808
|
-
exceptionType?: "unset" | "crash" | "freeze" | "disappear";
|
|
1809
|
-
lastAction?: string;
|
|
1810
|
-
forTrace?: boolean;
|
|
1811
|
-
registerInfo?: string;
|
|
1812
|
-
extData?: string;
|
|
1813
|
-
};
|
|
1814
|
-
};
|
|
1815
|
-
clientCrashCallStack?: string;
|
|
1816
|
-
/**
|
|
1817
|
-
* Details of breakout session information, sent after end of breakout session
|
|
1818
|
-
*/
|
|
1819
|
-
breakoutSessionSummaryInfo?: {
|
|
1820
|
-
duration: number;
|
|
1821
|
-
subConferenceCount: number;
|
|
1822
|
-
totalAttendeeCount: number;
|
|
1823
|
-
participantCount: number;
|
|
1824
|
-
assignedparticipantCount: number;
|
|
1825
|
-
cohostCount: number;
|
|
1826
|
-
averageAttendeeCountPerSubConference: number;
|
|
1827
|
-
totalHostJoinedCount: number;
|
|
1828
|
-
isBoStarted: boolean;
|
|
1829
|
-
isBoEnabled: boolean;
|
|
1830
|
-
isPreAssigned: boolean;
|
|
1831
|
-
boStartedTimers: number;
|
|
1832
|
-
createType: "pre-meeting" | "in-meeting";
|
|
1833
|
-
enableType: "pre-meeting" | "in-meeting";
|
|
1834
|
-
};
|
|
1835
|
-
breakoutSessionAction?:
|
|
1836
|
-
| "add"
|
|
1837
|
-
| "assign"
|
|
1838
|
-
| "ask-for-help"
|
|
1839
|
-
| "breakout-session-open"
|
|
1840
|
-
| "breakout-session-close"
|
|
1841
|
-
| "breakout-session-mute-all"
|
|
1842
|
-
| "breakout-session-unmute-all"
|
|
1843
|
-
| "broadcast-open"
|
|
1844
|
-
| "broadcast-send"
|
|
1845
|
-
| "cancel-automatic-close"
|
|
1846
|
-
| "create"
|
|
1847
|
-
| "delete"
|
|
1848
|
-
| "disable"
|
|
1849
|
-
| "dynamic-assign"
|
|
1850
|
-
| "dynamic-exchange"
|
|
1851
|
-
| "end"
|
|
1852
|
-
| "enable"
|
|
1853
|
-
| "exchange"
|
|
1854
|
-
| "join"
|
|
1855
|
-
| "leave"
|
|
1856
|
-
| "lock-all-sessions"
|
|
1857
|
-
| "lock-this-sessions"
|
|
1858
|
-
| "moveto"
|
|
1859
|
-
| "mute-all"
|
|
1860
|
-
| "mute-all-set"
|
|
1861
|
-
| "recreate"
|
|
1862
|
-
| "remove"
|
|
1863
|
-
| "rename"
|
|
1864
|
-
| "search"
|
|
1865
|
-
| "select-all"
|
|
1866
|
-
| "show-all-sessions"
|
|
1867
|
-
| "start"
|
|
1868
|
-
| "unmute-all"
|
|
1869
|
-
| "unlock-all-sessions"
|
|
1870
|
-
| "unlock-this-sessions"
|
|
1871
|
-
| "allow-leave-session"
|
|
1872
|
-
| "allow-join-session-later"
|
|
1873
|
-
| "auto-end-sessions"
|
|
1874
|
-
| "time-before-leave-session";
|
|
1875
|
-
clientAction?:
|
|
1876
|
-
| "changeVolume"
|
|
1877
|
-
| "disableHardMute"
|
|
1878
|
-
| "enableHardMute"
|
|
1879
|
-
| "gesture"
|
|
1880
|
-
| "joinMeetingWithPairedDevice"
|
|
1881
|
-
| "muteAll"
|
|
1882
|
-
| "mutePairedDevice"
|
|
1883
|
-
| "muteSipDevice"
|
|
1884
|
-
| "reaction"
|
|
1885
|
-
| "requestUnmute"
|
|
1886
|
-
| "setLanguage"
|
|
1887
|
-
| "unifyRaiseHand"
|
|
1888
|
-
| "unmuteAll"
|
|
1889
|
-
| "unmutePairedDevice"
|
|
1890
|
-
| "unmuteSipDevice";
|
|
1891
|
-
clientActionFrom?:
|
|
1892
|
-
| "actionBar"
|
|
1893
|
-
| "auto"
|
|
1894
|
-
| "breakoutAssignDialog"
|
|
1895
|
-
| "breakoutPopupDialog"
|
|
1896
|
-
| "fitMenu"
|
|
1897
|
-
| "hardMuteMoreOptionsDialog"
|
|
1898
|
-
| "initAction"
|
|
1899
|
-
| "mainMenu"
|
|
1900
|
-
| "plist"
|
|
1901
|
-
| "plistContextMenu"
|
|
1902
|
-
| "plistToolBar"
|
|
1903
|
-
| "videoThumbnail"
|
|
1904
|
-
| "muteAllAction"
|
|
1905
|
-
| "reactionPopupDialog"
|
|
1906
|
-
| "unmuteAllAction";
|
|
1907
|
-
clientActionTime?: number;
|
|
1908
|
-
/**
|
|
1909
|
-
* Details of client action
|
|
1910
|
-
*/
|
|
1911
|
-
clientActionInfo?: {
|
|
1912
|
-
clientAction:
|
|
1913
|
-
| "changeVolume"
|
|
1914
|
-
| "disableHardMute"
|
|
1915
|
-
| "enableHardMute"
|
|
1916
|
-
| "gesture"
|
|
1917
|
-
| "joinMeetingWithPairedDevice"
|
|
1918
|
-
| "muteAll"
|
|
1919
|
-
| "mutePairedDevice"
|
|
1920
|
-
| "muteSipDevice"
|
|
1921
|
-
| "reaction"
|
|
1922
|
-
| "requestUnmute"
|
|
1923
|
-
| "setLanguage"
|
|
1924
|
-
| "unifyRaiseHand"
|
|
1925
|
-
| "unmuteAll"
|
|
1926
|
-
| "unmutePairedDevice"
|
|
1927
|
-
| "unmuteSipDevice";
|
|
1928
|
-
actionFrom?:
|
|
1929
|
-
| "actionBar"
|
|
1930
|
-
| "auto"
|
|
1931
|
-
| "breakoutAssignDialog"
|
|
1932
|
-
| "breakoutPopupDialog"
|
|
1933
|
-
| "fitMenu"
|
|
1934
|
-
| "hardMuteMoreOptionsDialog"
|
|
1935
|
-
| "initAction"
|
|
1936
|
-
| "mainMenu"
|
|
1937
|
-
| "plist"
|
|
1938
|
-
| "plistContextMenu"
|
|
1939
|
-
| "plistToolBar"
|
|
1940
|
-
| "videoThumbnail"
|
|
1941
|
-
| "muteAllAction"
|
|
1942
|
-
| "reactionPopupDialog"
|
|
1943
|
-
| "unmuteAllAction";
|
|
1944
|
-
actionRole?: "host" | "attendee" | "presenter" | "cohost" | "self";
|
|
1945
|
-
duration?: number;
|
|
1946
|
-
fromValue?: string;
|
|
1947
|
-
toValue?: string;
|
|
1948
|
-
gestureType?: "clap" | "none" | "raiseHand" | "thumpUp" | "thumbDown";
|
|
1949
|
-
languageAction?:
|
|
1950
|
-
| "openLanguageDialog"
|
|
1951
|
-
| "subscribeTransLanguage"
|
|
1952
|
-
| "unsubscribeTransLanguage"
|
|
1953
|
-
| "changeSpeakLanguage"
|
|
1954
|
-
| "transcriptTurnOnWebexAssistantDialog"
|
|
1955
|
-
| "transcriptTurnOffWebexAssistantDialog"
|
|
1956
|
-
| "transcriptTurnOnWebexAssistantMenu"
|
|
1957
|
-
| "transcriptTurn0ffWebexAssistantMenu"
|
|
1958
|
-
| "transcriptViewHighlightPanel"
|
|
1959
|
-
| "transcriptViewHighlightPanelViaCloseCaption"
|
|
1960
|
-
| "transcriptViewHighlightPanelViaPanelOption"
|
|
1961
|
-
| "transcriptViewHighlightPanelViaWebexAssistant"
|
|
1962
|
-
| "transcriptEnableCloseCaptionDialog"
|
|
1963
|
-
| "transcriptDisableCloseCaptionDialog"
|
|
1964
|
-
| "transcriptDisableCloseCaptionDialogForActiveCCOpen"
|
|
1965
|
-
| "transcriptDisableCloseCaptionDialogViaCCButton"
|
|
1966
|
-
| "transcriptDisableCloseCaptionDialogViaCCDialog"
|
|
1967
|
-
| "transcriptEnableCloseCaptionMenu"
|
|
1968
|
-
| "transcriptDisableCloseCaptionMenu"
|
|
1969
|
-
| "transcriptTabToCaptions"
|
|
1970
|
-
| "transcriptTabToHighlights"
|
|
1971
|
-
| "transcriptCreateHighlight"
|
|
1972
|
-
| "transcriptDeleteHighlightInHighlight"
|
|
1973
|
-
| "transcriptDeleteHighlightInCaptions"
|
|
1974
|
-
| "transcriptChangeFontSize"
|
|
1975
|
-
| "transcriptBackToDefaultPosition"
|
|
1976
|
-
| "transcriptChangeModeToDark"
|
|
1977
|
-
| "transcriptChangeModeToLight";
|
|
1978
|
-
fromLanguage?:
|
|
1979
|
-
| "lan_af"
|
|
1980
|
-
| "lan_sq"
|
|
1981
|
-
| "lan_am"
|
|
1982
|
-
| "lan_ar"
|
|
1983
|
-
| "lan_hy"
|
|
1984
|
-
| "lan_az"
|
|
1985
|
-
| "lan_eu"
|
|
1986
|
-
| "lan_be"
|
|
1987
|
-
| "lan_bn"
|
|
1988
|
-
| "lan_bs"
|
|
1989
|
-
| "lan_bg"
|
|
1990
|
-
| "lan_ca"
|
|
1991
|
-
| "lan_ceb"
|
|
1992
|
-
| "lan_zh"
|
|
1993
|
-
| "lan_zh-TW"
|
|
1994
|
-
| "lan_co"
|
|
1995
|
-
| "lan_hr"
|
|
1996
|
-
| "lan_cs"
|
|
1997
|
-
| "lan_da"
|
|
1998
|
-
| "lan_nl"
|
|
1999
|
-
| "lan_en"
|
|
2000
|
-
| "lan_en-GB"
|
|
2001
|
-
| "lan_eo"
|
|
2002
|
-
| "lan_et"
|
|
2003
|
-
| "lan_fi"
|
|
2004
|
-
| "lan_fr"
|
|
2005
|
-
| "lan_fr-CA"
|
|
2006
|
-
| "lan_fy"
|
|
2007
|
-
| "lan_gl"
|
|
2008
|
-
| "lan_ka"
|
|
2009
|
-
| "lan_de"
|
|
2010
|
-
| "lan_el"
|
|
2011
|
-
| "lan_gu"
|
|
2012
|
-
| "lan_ht"
|
|
2013
|
-
| "lan_ha"
|
|
2014
|
-
| "lan_haw"
|
|
2015
|
-
| "lan_he"
|
|
2016
|
-
| "lan_hi"
|
|
2017
|
-
| "lan_hmn"
|
|
2018
|
-
| "lan_hu"
|
|
2019
|
-
| "lan_is"
|
|
2020
|
-
| "lan_ig"
|
|
2021
|
-
| "lan_id"
|
|
2022
|
-
| "lan_ga"
|
|
2023
|
-
| "lan_it"
|
|
2024
|
-
| "lan_ja"
|
|
2025
|
-
| "lan_jv"
|
|
2026
|
-
| "lan_kn"
|
|
2027
|
-
| "lan_kk"
|
|
2028
|
-
| "lan_km"
|
|
2029
|
-
| "lan_rw"
|
|
2030
|
-
| "lan_ko"
|
|
2031
|
-
| "lan_ku"
|
|
2032
|
-
| "lan_ky"
|
|
2033
|
-
| "lan_lo"
|
|
2034
|
-
| "lan_la"
|
|
2035
|
-
| "lan_lv"
|
|
2036
|
-
| "lan_lt"
|
|
2037
|
-
| "lan_lb"
|
|
2038
|
-
| "lan_mk"
|
|
2039
|
-
| "lan_mg"
|
|
2040
|
-
| "lan_ms"
|
|
2041
|
-
| "lan_ml"
|
|
2042
|
-
| "lan_mt"
|
|
2043
|
-
| "lan_mi"
|
|
2044
|
-
| "lan_mr"
|
|
2045
|
-
| "lan_mn"
|
|
2046
|
-
| "lan_my"
|
|
2047
|
-
| "lan_ne"
|
|
2048
|
-
| "lan_no"
|
|
2049
|
-
| "lan_ny"
|
|
2050
|
-
| "lan_or"
|
|
2051
|
-
| "lan_ps"
|
|
2052
|
-
| "lan_fa"
|
|
2053
|
-
| "lan_pl"
|
|
2054
|
-
| "lan_pt"
|
|
2055
|
-
| "lan_pa"
|
|
2056
|
-
| "lan_ro"
|
|
2057
|
-
| "lan_ru"
|
|
2058
|
-
| "lan_sm"
|
|
2059
|
-
| "lan_gd"
|
|
2060
|
-
| "lan_sr"
|
|
2061
|
-
| "lan_st"
|
|
2062
|
-
| "lan_sn"
|
|
2063
|
-
| "lan_sd"
|
|
2064
|
-
| "lan_si"
|
|
2065
|
-
| "lan_sk"
|
|
2066
|
-
| "lan_sl"
|
|
2067
|
-
| "lan_so"
|
|
2068
|
-
| "lan_es"
|
|
2069
|
-
| "lan_es-ES"
|
|
2070
|
-
| "lan_su"
|
|
2071
|
-
| "lan_sw"
|
|
2072
|
-
| "lan_sv"
|
|
2073
|
-
| "lan_tl"
|
|
2074
|
-
| "lan_tg"
|
|
2075
|
-
| "lan_ta"
|
|
2076
|
-
| "lan_tt"
|
|
2077
|
-
| "lan_te"
|
|
2078
|
-
| "lan_th"
|
|
2079
|
-
| "lan_tr"
|
|
2080
|
-
| "lan_tk"
|
|
2081
|
-
| "lan_uk"
|
|
2082
|
-
| "lan_ur"
|
|
2083
|
-
| "lan_ug"
|
|
2084
|
-
| "lan_uz"
|
|
2085
|
-
| "lan_vi"
|
|
2086
|
-
| "lan_cy"
|
|
2087
|
-
| "lan_xh"
|
|
2088
|
-
| "lan_yi"
|
|
2089
|
-
| "lan_yo"
|
|
2090
|
-
| "lan_zu";
|
|
2091
|
-
toLanguage?:
|
|
2092
|
-
| "lan_af"
|
|
2093
|
-
| "lan_sq"
|
|
2094
|
-
| "lan_am"
|
|
2095
|
-
| "lan_ar"
|
|
2096
|
-
| "lan_hy"
|
|
2097
|
-
| "lan_az"
|
|
2098
|
-
| "lan_eu"
|
|
2099
|
-
| "lan_be"
|
|
2100
|
-
| "lan_bn"
|
|
2101
|
-
| "lan_bs"
|
|
2102
|
-
| "lan_bg"
|
|
2103
|
-
| "lan_ca"
|
|
2104
|
-
| "lan_ceb"
|
|
2105
|
-
| "lan_zh"
|
|
2106
|
-
| "lan_zh-TW"
|
|
2107
|
-
| "lan_co"
|
|
2108
|
-
| "lan_hr"
|
|
2109
|
-
| "lan_cs"
|
|
2110
|
-
| "lan_da"
|
|
2111
|
-
| "lan_nl"
|
|
2112
|
-
| "lan_en"
|
|
2113
|
-
| "lan_en-GB"
|
|
2114
|
-
| "lan_eo"
|
|
2115
|
-
| "lan_et"
|
|
2116
|
-
| "lan_fi"
|
|
2117
|
-
| "lan_fr"
|
|
2118
|
-
| "lan_fr-CA"
|
|
2119
|
-
| "lan_fy"
|
|
2120
|
-
| "lan_gl"
|
|
2121
|
-
| "lan_ka"
|
|
2122
|
-
| "lan_de"
|
|
2123
|
-
| "lan_el"
|
|
2124
|
-
| "lan_gu"
|
|
2125
|
-
| "lan_ht"
|
|
2126
|
-
| "lan_ha"
|
|
2127
|
-
| "lan_haw"
|
|
2128
|
-
| "lan_he"
|
|
2129
|
-
| "lan_hi"
|
|
2130
|
-
| "lan_hmn"
|
|
2131
|
-
| "lan_hu"
|
|
2132
|
-
| "lan_is"
|
|
2133
|
-
| "lan_ig"
|
|
2134
|
-
| "lan_id"
|
|
2135
|
-
| "lan_ga"
|
|
2136
|
-
| "lan_it"
|
|
2137
|
-
| "lan_ja"
|
|
2138
|
-
| "lan_jv"
|
|
2139
|
-
| "lan_kn"
|
|
2140
|
-
| "lan_kk"
|
|
2141
|
-
| "lan_km"
|
|
2142
|
-
| "lan_rw"
|
|
2143
|
-
| "lan_ko"
|
|
2144
|
-
| "lan_ku"
|
|
2145
|
-
| "lan_ky"
|
|
2146
|
-
| "lan_lo"
|
|
2147
|
-
| "lan_la"
|
|
2148
|
-
| "lan_lv"
|
|
2149
|
-
| "lan_lt"
|
|
2150
|
-
| "lan_lb"
|
|
2151
|
-
| "lan_mk"
|
|
2152
|
-
| "lan_mg"
|
|
2153
|
-
| "lan_ms"
|
|
2154
|
-
| "lan_ml"
|
|
2155
|
-
| "lan_mt"
|
|
2156
|
-
| "lan_mi"
|
|
2157
|
-
| "lan_mr"
|
|
2158
|
-
| "lan_mn"
|
|
2159
|
-
| "lan_my"
|
|
2160
|
-
| "lan_ne"
|
|
2161
|
-
| "lan_no"
|
|
2162
|
-
| "lan_ny"
|
|
2163
|
-
| "lan_or"
|
|
2164
|
-
| "lan_ps"
|
|
2165
|
-
| "lan_fa"
|
|
2166
|
-
| "lan_pl"
|
|
2167
|
-
| "lan_pt"
|
|
2168
|
-
| "lan_pa"
|
|
2169
|
-
| "lan_ro"
|
|
2170
|
-
| "lan_ru"
|
|
2171
|
-
| "lan_sm"
|
|
2172
|
-
| "lan_gd"
|
|
2173
|
-
| "lan_sr"
|
|
2174
|
-
| "lan_st"
|
|
2175
|
-
| "lan_sn"
|
|
2176
|
-
| "lan_sd"
|
|
2177
|
-
| "lan_si"
|
|
2178
|
-
| "lan_sk"
|
|
2179
|
-
| "lan_sl"
|
|
2180
|
-
| "lan_so"
|
|
2181
|
-
| "lan_es"
|
|
2182
|
-
| "lan_es-ES"
|
|
2183
|
-
| "lan_su"
|
|
2184
|
-
| "lan_sw"
|
|
2185
|
-
| "lan_sv"
|
|
2186
|
-
| "lan_tl"
|
|
2187
|
-
| "lan_tg"
|
|
2188
|
-
| "lan_ta"
|
|
2189
|
-
| "lan_tt"
|
|
2190
|
-
| "lan_te"
|
|
2191
|
-
| "lan_th"
|
|
2192
|
-
| "lan_tr"
|
|
2193
|
-
| "lan_tk"
|
|
2194
|
-
| "lan_uk"
|
|
2195
|
-
| "lan_ur"
|
|
2196
|
-
| "lan_ug"
|
|
2197
|
-
| "lan_uz"
|
|
2198
|
-
| "lan_vi"
|
|
2199
|
-
| "lan_cy"
|
|
2200
|
-
| "lan_xh"
|
|
2201
|
-
| "lan_yi"
|
|
2202
|
-
| "lan_yo"
|
|
2203
|
-
| "lan_zu";
|
|
2204
|
-
reactionType?:
|
|
2205
|
-
| "celebrate"
|
|
2206
|
-
| "clap"
|
|
2207
|
-
| "haha"
|
|
2208
|
-
| "love"
|
|
2209
|
-
| "sad"
|
|
2210
|
-
| "smile"
|
|
2211
|
-
| "thumbUp"
|
|
2212
|
-
| "thumbDown"
|
|
2213
|
-
| "wow"
|
|
2214
|
-
| "collapse"
|
|
2215
|
-
| "disable"
|
|
2216
|
-
| "enable"
|
|
2217
|
-
| "disableGestures"
|
|
2218
|
-
| "enableGestures"
|
|
2219
|
-
| "expand"
|
|
2220
|
-
| "openMenu";
|
|
2221
|
-
unifyRaiseHand?: "lowerHand" | "lowerAllHand" | "raiseHand";
|
|
2222
|
-
};
|
|
2223
|
-
clientEventType?: "normal-event" | "user-action";
|
|
2224
|
-
/**
|
|
2225
|
-
* Audio background noise removal
|
|
2226
|
-
*/
|
|
2227
|
-
audioNoiseRemoval?: {
|
|
2228
|
-
/**
|
|
2229
|
-
* background noise removal action data
|
|
2230
|
-
*/
|
|
2231
|
-
actionData?: {
|
|
2232
|
-
bnrActionType: "turn-on-bnr" | "turn-off-bnr";
|
|
2233
|
-
};
|
|
2234
|
-
/**
|
|
2235
|
-
* background noise removal event data
|
|
2236
|
-
*/
|
|
2237
|
-
eventData?: {
|
|
2238
|
-
bnrEventType: "bnr-on" | "bnr-off";
|
|
2239
|
-
};
|
|
2240
|
-
};
|
|
2241
|
-
/**
|
|
2242
|
-
* Details of client action
|
|
2243
|
-
*/
|
|
2244
|
-
gestureRecognition?: {
|
|
2245
|
-
supportedMachine?: boolean;
|
|
2246
|
-
gestureType?: "clap" | "none" | "raiseHand" | "thumpUp" | "thumbDown";
|
|
2247
|
-
duration?: number;
|
|
2248
|
-
};
|
|
2249
|
-
/**
|
|
2250
|
-
* post meeting hook report
|
|
2251
|
-
*/
|
|
2252
|
-
postMeetingHook?: {
|
|
2253
|
-
/**
|
|
2254
|
-
* data define for background noise removal action
|
|
2255
|
-
*/
|
|
2256
|
-
actionData?: {
|
|
2257
|
-
pmhActionType: "share" | "view-details" | "close";
|
|
2258
|
-
pmhActionResult?: string;
|
|
2259
|
-
};
|
|
2260
|
-
/**
|
|
2261
|
-
* data define for background noise removal event
|
|
2262
|
-
*/
|
|
2263
|
-
eventData?: {
|
|
2264
|
-
pmhEventType: "used" | "not-show-again";
|
|
2265
|
-
};
|
|
2266
|
-
};
|
|
2267
|
-
breakoutSessionJoinType?: "any-one-can-join" | "auto" | "manual" | "preassign-rest";
|
|
2268
|
-
breakoutSessionActionClickFrom?:
|
|
2269
|
-
| "actionbar"
|
|
2270
|
-
| "assign-dialog"
|
|
2271
|
-
| "auto"
|
|
2272
|
-
| "breakout-session-list"
|
|
2273
|
-
| "contextmenu"
|
|
2274
|
-
| "menu"
|
|
2275
|
-
| "plist"
|
|
2276
|
-
| "popup-dialog";
|
|
2277
|
-
broadcastSendType?:
|
|
2278
|
-
| "all-sessions-all-participants"
|
|
2279
|
-
| "all-sessions-all-cohost-and-presenters"
|
|
2280
|
-
| "one-session-all-participants"
|
|
2281
|
-
| "one-session-one-participant";
|
|
2282
|
-
breakoutSessionDialogOpenTime?: number;
|
|
2283
|
-
breakoutSessionDialogAssignTime?: number;
|
|
2284
|
-
/**
|
|
2285
|
-
* call embedded browser object result, if failed, will populate error at Error item
|
|
2286
|
-
*/
|
|
2287
|
-
embeddedBrowserObject?: {
|
|
2288
|
-
browserType: "IE" | "WebView2";
|
|
2289
|
-
version?: string;
|
|
2290
|
-
callFrom?: string;
|
|
2291
|
-
};
|
|
2292
|
-
/**
|
|
2293
|
-
* data define for download detail data
|
|
2294
|
-
*/
|
|
2295
|
-
downloadInfo?: {
|
|
2296
|
-
percentCompleted?: number;
|
|
2297
|
-
packageName?: string;
|
|
2298
|
-
timestamp?: string;
|
|
2299
|
-
clientDownloadFileCount?: number;
|
|
2300
|
-
clientDownloadSize?: number;
|
|
2301
|
-
clientDownloadTime?: number;
|
|
2302
|
-
clientDecompressTime?: number;
|
|
2303
|
-
CDNEnabled?: boolean;
|
|
2304
|
-
updateFlag?: "preMeeting" | "inMeeting" | "postMeeting";
|
|
2305
|
-
epSP?: boolean;
|
|
2306
|
-
isEPUpdate?: boolean;
|
|
2307
|
-
spDifferent?: number;
|
|
2308
|
-
spVersionDelta?: number;
|
|
2309
|
-
deltaUpdate?: boolean;
|
|
2310
|
-
deltaListDownloadTime?: number;
|
|
2311
|
-
deltaPackageDownloadTime?: number;
|
|
2312
|
-
deltaCachePackageCopyTime?: number;
|
|
2313
|
-
deltaApplyTime?: number;
|
|
2314
|
-
deltaPackageUncompressTime?: number;
|
|
2315
|
-
deltaDuration?: number;
|
|
2316
|
-
deltaVersion?: string;
|
|
2317
|
-
deltaDownloadFullPackage?: boolean;
|
|
2318
|
-
deltaFileSize?: number;
|
|
2319
|
-
deltaUpdateEnabled?: boolean;
|
|
2320
|
-
deltaFullpackageDownloadEnabled?: boolean;
|
|
2321
|
-
deltaUpdateErrorType?: string;
|
|
2322
|
-
deltaUpdateSuccess?: string;
|
|
2323
|
-
deltaFullpackageDownloadVersion?: string;
|
|
2324
|
-
deltaFullpackageDownloadSuccess?: string;
|
|
2325
|
-
deltaUpdateCorrelationId?: string;
|
|
2326
|
-
deltaFullpackageDownloadCorrelationId?: string;
|
|
2327
|
-
deltaTargetVersion?: string;
|
|
2328
|
-
deltaLocalFullPackageVersions?: string;
|
|
2329
|
-
deltaUpdateFailReason?: string;
|
|
2330
|
-
deltaUpdateTimeStamp?: string;
|
|
2331
|
-
};
|
|
2332
|
-
isInstallWebView2?: boolean;
|
|
2333
|
-
loginType?:
|
|
2334
|
-
| "no-login"
|
|
2335
|
-
| "login-page"
|
|
2336
|
-
| "reuse-ci-token"
|
|
2337
|
-
| "reuse-site-token"
|
|
2338
|
-
| "login-ci"
|
|
2339
|
-
| "login-site"
|
|
2340
|
-
| "unverified-guest";
|
|
2341
|
-
loginCrossSite?: boolean;
|
|
2342
|
-
crossBrowserLogin?: boolean;
|
|
2343
|
-
isMultiSiteUser?: boolean;
|
|
2344
|
-
/**
|
|
2345
|
-
* The metadata associated with the emitter of the event. This data is separate from the source metadata and must be emitted with every event.
|
|
2346
|
-
*/
|
|
2347
|
-
mediaQualityMetadata?: {
|
|
2348
|
-
peerReflexiveIP?: string;
|
|
2349
|
-
maskedPeerReflexiveIP?: string;
|
|
2350
|
-
remoteMediaIP?: string;
|
|
2351
|
-
maskedRemoteMediaIP?: string;
|
|
2352
|
-
staticPerformanceLevel?: number;
|
|
2353
|
-
processAverageCPU?: number;
|
|
2354
|
-
processMaximumCPU?: number;
|
|
2355
|
-
systemAverageCPU?: number;
|
|
2356
|
-
systemMaximumCPU?: number;
|
|
2357
|
-
systemAverageGPU?: number;
|
|
2358
|
-
systemMaximumGPU?: number;
|
|
2359
|
-
/**
|
|
2360
|
-
* this object defines the memory related fields that are tracked in media quality events and reports
|
|
2361
|
-
*/
|
|
2362
|
-
memoryUsage?: {
|
|
2363
|
-
processAverageMemoryUsage: number;
|
|
2364
|
-
processMaximumMemoryUsage: number;
|
|
2365
|
-
systemAverageMemoryUsage: number;
|
|
2366
|
-
systemMaximumMemoryUsage: number;
|
|
2367
|
-
processMaximumMemoryBytes: number;
|
|
2368
|
-
mainProcessMaximumMemoryBytes: number;
|
|
2369
|
-
osBitWidth: number;
|
|
2370
|
-
cpuBitWidth: number;
|
|
2371
|
-
};
|
|
2372
|
-
peripherals?: {
|
|
2373
|
-
name: "camera" | "microphone" | "speaker";
|
|
2374
|
-
information: string;
|
|
2375
|
-
driver?: string;
|
|
2376
|
-
errorCode?: string;
|
|
2377
|
-
connectionType?: unknown;
|
|
2378
|
-
bluetoothMode?: unknown;
|
|
2379
|
-
openDeviceCostTimeMilliSecond?: number;
|
|
2380
|
-
startCaptureCostTimeMilliSecond?: number;
|
|
2381
|
-
startPlaybackCostTimeMilliSecond?: number;
|
|
2382
|
-
}[];
|
|
2383
|
-
/**
|
|
2384
|
-
* information object for the peripheral
|
|
2385
|
-
*/
|
|
2386
|
-
cameraInfo?: {
|
|
2387
|
-
name: "camera" | "microphone" | "speaker";
|
|
2388
|
-
information: string;
|
|
2389
|
-
driver?: string;
|
|
2390
|
-
errorCode?: string;
|
|
2391
|
-
connectionType?: unknown;
|
|
2392
|
-
bluetoothMode?: unknown;
|
|
2393
|
-
openDeviceCostTimeMilliSecond?: number;
|
|
2394
|
-
startCaptureCostTimeMilliSecond?: number;
|
|
2395
|
-
startPlaybackCostTimeMilliSecond?: number;
|
|
2396
|
-
};
|
|
2397
|
-
/**
|
|
2398
|
-
* information object for the peripheral
|
|
2399
|
-
*/
|
|
2400
|
-
microphoneInfo?: {
|
|
2401
|
-
name: "camera" | "microphone" | "speaker";
|
|
2402
|
-
information: string;
|
|
2403
|
-
driver?: string;
|
|
2404
|
-
errorCode?: string;
|
|
2405
|
-
connectionType?: unknown;
|
|
2406
|
-
bluetoothMode?: unknown;
|
|
2407
|
-
openDeviceCostTimeMilliSecond?: number;
|
|
2408
|
-
startCaptureCostTimeMilliSecond?: number;
|
|
2409
|
-
startPlaybackCostTimeMilliSecond?: number;
|
|
2410
|
-
};
|
|
2411
|
-
/**
|
|
2412
|
-
* information object for the peripheral
|
|
2413
|
-
*/
|
|
2414
|
-
speakerInfo?: {
|
|
2415
|
-
name: "camera" | "microphone" | "speaker";
|
|
2416
|
-
information: string;
|
|
2417
|
-
driver?: string;
|
|
2418
|
-
errorCode?: string;
|
|
2419
|
-
connectionType?: unknown;
|
|
2420
|
-
bluetoothMode?: unknown;
|
|
2421
|
-
openDeviceCostTimeMilliSecond?: number;
|
|
2422
|
-
startCaptureCostTimeMilliSecond?: number;
|
|
2423
|
-
startPlaybackCostTimeMilliSecond?: number;
|
|
2424
|
-
};
|
|
2425
|
-
/**
|
|
2426
|
-
* This object defines the fields related to the CPU being used by the emitter of the event
|
|
2427
|
-
*/
|
|
2428
|
-
cpuInfo?: {
|
|
2429
|
-
description: string;
|
|
2430
|
-
clockSpeedGigaHertz: number;
|
|
2431
|
-
numberOfCores: number;
|
|
2432
|
-
architecture: "intel32" | "intel64" | "amd32" | "amd64" | "arm32" | "arm64" | "unknown";
|
|
2433
|
-
staticPerformance?: string;
|
|
2434
|
-
};
|
|
2435
|
-
/**
|
|
2436
|
-
* Thread level cpu performance insights
|
|
2437
|
-
*/
|
|
2438
|
-
cpuDataDetail?: {
|
|
2439
|
-
processesData?: unknown[];
|
|
2440
|
-
coresCpuData?: unknown[];
|
|
2441
|
-
coreVariance?: number;
|
|
2442
|
-
};
|
|
2443
|
-
/**
|
|
2444
|
-
* This object defines the fields related to the GPU being used by the emitter of the event
|
|
2445
|
-
*/
|
|
2446
|
-
defaultGpuInfo?: {
|
|
2447
|
-
description: string;
|
|
2448
|
-
memoryMegaBytes: number;
|
|
2449
|
-
};
|
|
2450
|
-
otherGpuInfo?: {
|
|
2451
|
-
description: string;
|
|
2452
|
-
memoryMegaBytes: number;
|
|
2453
|
-
}[];
|
|
2454
|
-
dpcRecord?: string[];
|
|
2455
|
-
mediaLabels?: string[];
|
|
2456
|
-
screenResolution?: number;
|
|
2457
|
-
screenWidth?: number;
|
|
2458
|
-
screenHeight?: number;
|
|
2459
|
-
appWindowSize?: number;
|
|
2460
|
-
appWindowHeight?: number;
|
|
2461
|
-
appWindowWidth?: number;
|
|
2462
|
-
meetingUserCount?: number;
|
|
2463
|
-
videoUserCount?: number;
|
|
2464
|
-
numScreens?: number;
|
|
2465
|
-
configuredBitrate?: number;
|
|
2466
|
-
};
|
|
2467
|
-
sessionType?:
|
|
2468
|
-
| "AD_HOC"
|
|
2469
|
-
| "ADHOC_UNIFIED_SPACE_MEETING"
|
|
2470
|
-
| "ANSWERED_ELSEWHERE"
|
|
2471
|
-
| "BUTLER"
|
|
2472
|
-
| "CFNA"
|
|
2473
|
-
| "CMR_MEETING"
|
|
2474
|
-
| "DPC_CONTROL"
|
|
2475
|
-
| "EVENT_CENTER_MEETING"
|
|
2476
|
-
| "HALF_ZTM"
|
|
2477
|
-
| "JABBER"
|
|
2478
|
-
| "MEDIA"
|
|
2479
|
-
| "MS_TEAMS"
|
|
2480
|
-
| "NO_JOINS"
|
|
2481
|
-
| "SINGLE_PARTICIPANT"
|
|
2482
|
-
| "SIP_CALL"
|
|
2483
|
-
| "SIP_MEETING"
|
|
2484
|
-
| "SPACE_MEETING"
|
|
2485
|
-
| "SPACE_SHARE"
|
|
2486
|
-
| "SPARK_CALL"
|
|
2487
|
-
| "SPARK_MEETING"
|
|
2488
|
-
| "SPARK_SIP_CALL"
|
|
2489
|
-
| "SPARK_SIP_MEETING"
|
|
2490
|
-
| "UNIFIED_SPACE_MEETING"
|
|
2491
|
-
| "UNKNOWN"
|
|
2492
|
-
| "WHITEBOARD_ONLY_SHARE"
|
|
2493
|
-
| "WIRELESS_SHARE"
|
|
2494
|
-
| "ZTM";
|
|
2495
|
-
/**
|
|
2496
|
-
* Aggregated information for mercury latency metric
|
|
2497
|
-
*/
|
|
2498
|
-
mercuryLatencyAggregates?: {
|
|
2499
|
-
mercuryEventCount?: number;
|
|
2500
|
-
timeOffsetWithMercury?: number;
|
|
2501
|
-
minTotalLatency?: number;
|
|
2502
|
-
avgTotalLatency?: number;
|
|
2503
|
-
maxTotalLatency?: number;
|
|
2504
|
-
maxTransmitDuration?: number;
|
|
2505
|
-
maxDispatchDuration?: number;
|
|
2506
|
-
maxSortDuration?: number;
|
|
2507
|
-
maxParseDuration?: number;
|
|
2508
|
-
maxMergeDuration?: number;
|
|
2509
|
-
};
|
|
2510
|
-
/**
|
|
2511
|
-
* Maximum latency information during a meting
|
|
2512
|
-
*/
|
|
2513
|
-
mercuryMaxLatency?: {
|
|
2514
|
-
transmitDuration?: number;
|
|
2515
|
-
dispatchDuration?: number;
|
|
2516
|
-
sortDuration?: number;
|
|
2517
|
-
parseDuration?: number;
|
|
2518
|
-
mergeDuration?: number;
|
|
2519
|
-
};
|
|
2520
|
-
/**
|
|
2521
|
-
* This object tracks the call setup time and call setup failure time. All delay attributes are in milliseconds.
|
|
2522
|
-
*/
|
|
2523
|
-
wxcCallingDelay?: {
|
|
2524
|
-
/**
|
|
2525
|
-
* provisional100Time - SDPReadyTime (outbounding only)
|
|
2526
|
-
*/
|
|
2527
|
-
inviteSentTo100Trying?: number;
|
|
2528
|
-
/**
|
|
2529
|
-
* provisional18xTime - provisional100Time
|
|
2530
|
-
*/
|
|
2531
|
-
sip100TryingToAlert?: number;
|
|
2532
|
-
/**
|
|
2533
|
-
* applyAudioSDPTime - provisional18xTime
|
|
2534
|
-
*/
|
|
2535
|
-
alertToAnswered?: number;
|
|
2536
|
-
/**
|
|
2537
|
-
* firstAudioPacketReceivedTime - applyAudioSDPTime
|
|
2538
|
-
*/
|
|
2539
|
-
answerToPacketRecv?: number;
|
|
2540
|
-
/**
|
|
2541
|
-
* firstAudioPacketReceivedTime - joinCallTime - alertToAnswered (for Outgoing) OR firstAudioPacketReceivedTime (for Incoming, call setup time is from user press accept button to the first audio data received)
|
|
2542
|
-
*/
|
|
2543
|
-
callSetupTime?: number;
|
|
2544
|
-
/**
|
|
2545
|
-
* When the incoming call accept handling is started Or when the user initiate outgoing call.
|
|
2546
|
-
*/
|
|
2547
|
-
joinCallTime?: number;
|
|
2548
|
-
/**
|
|
2549
|
-
* When the Mobile client start the SIP registration.
|
|
2550
|
-
*/
|
|
2551
|
-
connectSipTime?: number;
|
|
2552
|
-
/**
|
|
2553
|
-
* When the Mobile client sip registration is ready.
|
|
2554
|
-
*/
|
|
2555
|
-
sipConnectedTime?: number;
|
|
2556
|
-
/**
|
|
2557
|
-
* When the client start initialization of the WME to get the required data for Audio SDP.
|
|
2558
|
-
*/
|
|
2559
|
-
startAudioSDPSetupTime?: number;
|
|
2560
|
-
/**
|
|
2561
|
-
* WME provided the required data for the SDP (Audio codecs, Start the listener and return the port, Acquire ICE candidates for audio).
|
|
2562
|
-
*/
|
|
2563
|
-
audioSDPReadyTime?: number;
|
|
2564
|
-
/**
|
|
2565
|
-
* When the client start initialisation of the WME to get the required data for Video SDP.
|
|
2566
|
-
*/
|
|
2567
|
-
startVideoSDPSetupTime?: number;
|
|
2568
|
-
/**
|
|
2569
|
-
* WME provided the required data for the SDP (Video codecs, Start the listener and return the port, Acquire ICE candidates for video).
|
|
2570
|
-
*/
|
|
2571
|
-
videoSDPReadyTime?: number;
|
|
2572
|
-
/**
|
|
2573
|
-
* Equal to startAudioSDPSetupTime
|
|
2574
|
-
*/
|
|
2575
|
-
startSDPSetupTime?: number;
|
|
2576
|
-
/**
|
|
2577
|
-
* The bigger one between audioSDPReadyTime and videoSDPReadyTime.
|
|
2578
|
-
*/
|
|
2579
|
-
SDPReadyTime?: number;
|
|
2580
|
-
/**
|
|
2581
|
-
* Before wmeTrack->start() for the local audio track.
|
|
2582
|
-
*/
|
|
2583
|
-
startLocalAudioTrackTime?: number;
|
|
2584
|
-
/**
|
|
2585
|
-
* After wmeTrack->start() for the local audio track.
|
|
2586
|
-
*/
|
|
2587
|
-
localAudioTrackStartedTime?: number;
|
|
2588
|
-
/**
|
|
2589
|
-
* Before wmeTrack->start() for the remote audio track.
|
|
2590
|
-
*/
|
|
2591
|
-
startRemoteAudioTrackTime?: number;
|
|
2592
|
-
/**
|
|
2593
|
-
* After wmeTrack->start() for the local audio track.
|
|
2594
|
-
*/
|
|
2595
|
-
remoteAudioTrackStartedTime?: number;
|
|
2596
|
-
/**
|
|
2597
|
-
* Before wmeTrack->start() for the local video track.
|
|
2598
|
-
*/
|
|
2599
|
-
startLocalVideoTrackTime?: number;
|
|
2600
|
-
/**
|
|
2601
|
-
* After wmeTrack->start() for the local video track.
|
|
2602
|
-
*/
|
|
2603
|
-
localVideoTrackStartedTime?: number;
|
|
2604
|
-
/**
|
|
2605
|
-
* Before wmeTrack->start() for the remote video track.
|
|
2606
|
-
*/
|
|
2607
|
-
startRemoteVideoTrackTime?: number;
|
|
2608
|
-
/**
|
|
2609
|
-
* After wmeTrack->start() for the remote video track.
|
|
2610
|
-
*/
|
|
2611
|
-
remoteVideoTrackStartedTime?: number;
|
|
2612
|
-
/**
|
|
2613
|
-
* Client send SIP INVITE. For outgoing and incoming calls on mobile and outgoing only on desktop.
|
|
2614
|
-
*/
|
|
2615
|
-
startSipInviteTime?: number;
|
|
2616
|
-
/**
|
|
2617
|
-
* 100 Trying is received
|
|
2618
|
-
*/
|
|
2619
|
-
provisional100Time?: number;
|
|
2620
|
-
/**
|
|
2621
|
-
* 180 or 183 provisional response is received.
|
|
2622
|
-
*/
|
|
2623
|
-
provisional18xTime?: number;
|
|
2624
|
-
/**
|
|
2625
|
-
* For outgoing calls 200OK with SDP is received. For incoming calls ACK of local SDP is received. Then all data from the SDP is provided to the WME.
|
|
2626
|
-
*/
|
|
2627
|
-
applyAudioSDPTime?: number;
|
|
2628
|
-
/**
|
|
2629
|
-
* Happens right after applyAudioSDPTime completes.
|
|
2630
|
-
*/
|
|
2631
|
-
applyVideoSDPTime?: number;
|
|
2632
|
-
/**
|
|
2633
|
-
* First audio packet is captured from microphone and sent to the remote.
|
|
2634
|
-
*/
|
|
2635
|
-
firstAudioPacketSentTime?: number;
|
|
2636
|
-
/**
|
|
2637
|
-
* First audio packet from the remote side is received and send to the sound interface.
|
|
2638
|
-
*/
|
|
2639
|
-
firstAudioPacketReceivedTime?: number;
|
|
2640
|
-
/**
|
|
2641
|
-
* First packet is captured from the camera and sent to the remote side.
|
|
2642
|
-
*/
|
|
2643
|
-
firstVideoPacketSentTime?: number;
|
|
2644
|
-
/**
|
|
2645
|
-
* First packet is received from the remote side and sent to the renderer.
|
|
2646
|
-
*/
|
|
2647
|
-
firstVideoPacketReceivedTime?: number;
|
|
2648
|
-
/**
|
|
2649
|
-
* iOS specific. The audio session is activated.
|
|
2650
|
-
*/
|
|
2651
|
-
iosAudioSessionActiveTime?: number;
|
|
2652
|
-
};
|
|
2653
|
-
/**
|
|
2654
|
-
* Call type indication
|
|
2655
|
-
*/
|
|
2656
|
-
wxcCallMetadata?: {
|
|
2657
|
-
bwcCallType?: "Sip" | "Xsi" | "Other";
|
|
2658
|
-
callAcceptInBackground?: boolean;
|
|
2659
|
-
callOrigin?: string;
|
|
2660
|
-
callType?: string;
|
|
2661
|
-
endReason?: string;
|
|
2662
|
-
iosAcceptCallImmediately?: boolean;
|
|
2663
|
-
mediaCreateOnCallCreate?: boolean;
|
|
2664
|
-
mediaStartOnCallCreate?: boolean;
|
|
2665
|
-
wxcCallId?: string;
|
|
2666
|
-
};
|
|
2667
|
-
}
|