@webex/event-dictionary-ts 1.0.1776 → 1.0.1777
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.
|
@@ -6943,13 +6943,13 @@
|
|
|
6943
6943
|
"maximum": 9223372036854776000.0
|
|
6944
6944
|
},
|
|
6945
6945
|
"answerToPacketRecv": {
|
|
6946
|
-
"description": "firstAudioPacketReceivedTime - applyAudioSDPTime",
|
|
6946
|
+
"description": "The fastest event's time between (firstAudioPacketReceivedTime, wmeReceivedAudioTime) - applyAudioSDPTime",
|
|
6947
6947
|
"type": "number",
|
|
6948
6948
|
"minimum": 0.0,
|
|
6949
6949
|
"maximum": 9223372036854776000.0
|
|
6950
6950
|
},
|
|
6951
6951
|
"callSetupTime": {
|
|
6952
|
-
"description": "firstAudioPacketReceivedTime - joinCallTime - alertToAnswered (for Outgoing) OR firstAudioPacketReceivedTime (for Incoming, call setup time is from user press accept button to the first audio data received)",
|
|
6952
|
+
"description": "min(firstAudioPacketReceivedTime, wmeReceivedAudioTime) - joinCallTime - alertToAnswered (for Outgoing) OR min(firstAudioPacketReceivedTime, wmeReceivedAudioTime) (for Incoming, call setup time is from user press accept button to the first audio data received)",
|
|
6953
6953
|
"type": "number",
|
|
6954
6954
|
"minimum": 0.0,
|
|
6955
6955
|
"maximum": 9223372036854776000.0
|
|
@@ -7093,7 +7093,7 @@
|
|
|
7093
7093
|
"maximum": 9223372036854776000.0
|
|
7094
7094
|
},
|
|
7095
7095
|
"firstAudioPacketSentTime": {
|
|
7096
|
-
"description": "
|
|
7096
|
+
"description": "This field represents the fastest event's time between first captured buffer and wmeSentAudioTime. Note, Almost all the time the value won't be changed. It will be changed only in case of delay of capture start and WME sends data which is not coming from microphone.",
|
|
7097
7097
|
"type": "number",
|
|
7098
7098
|
"minimum": 0.0,
|
|
7099
7099
|
"maximum": 9223372036854776000.0
|
|
@@ -7116,6 +7116,30 @@
|
|
|
7116
7116
|
"minimum": 0.0,
|
|
7117
7117
|
"maximum": 9223372036854776000.0
|
|
7118
7118
|
},
|
|
7119
|
+
"wmeSentAudioTime": {
|
|
7120
|
+
"description": "The data is coming from WME API OnSessionStatus(mediaType = WmeSessionType_Audio, status = WmeSession_Sent)",
|
|
7121
|
+
"type": "number",
|
|
7122
|
+
"minimum": 0.0,
|
|
7123
|
+
"maximum": 9223372036854776000.0
|
|
7124
|
+
},
|
|
7125
|
+
"wmeReceivedAudioTime": {
|
|
7126
|
+
"description": "The data is coming from WME API OnSessionStatus(mediaType = WmeSessionType_Audio, status = WmeSession_Received)",
|
|
7127
|
+
"type": "number",
|
|
7128
|
+
"minimum": 0.0,
|
|
7129
|
+
"maximum": 9223372036854776000.0
|
|
7130
|
+
},
|
|
7131
|
+
"wmeSentVideoTime": {
|
|
7132
|
+
"description": "The data is coming from WME API OnSessionStatus(mediaType = WmeSessionType_Video, status = WmeSession_Sent)",
|
|
7133
|
+
"type": "number",
|
|
7134
|
+
"minimum": 0.0,
|
|
7135
|
+
"maximum": 9223372036854776000.0
|
|
7136
|
+
},
|
|
7137
|
+
"wmeReceivedVideoTime": {
|
|
7138
|
+
"description": "The data is coming from WME API OnSessionStatus(mediaType = WmeSessionType_Video, status = WmeSession_Received)",
|
|
7139
|
+
"type": "number",
|
|
7140
|
+
"minimum": 0.0,
|
|
7141
|
+
"maximum": 9223372036854776000.0
|
|
7142
|
+
},
|
|
7119
7143
|
"iosAudioSessionActiveTime": {
|
|
7120
7144
|
"description": "iOS specific. The audio session is activated.",
|
|
7121
7145
|
"type": "number",
|
|
@@ -7463,13 +7463,13 @@
|
|
|
7463
7463
|
"maximum": 9223372036854776000.0
|
|
7464
7464
|
},
|
|
7465
7465
|
"answerToPacketRecv": {
|
|
7466
|
-
"description": "firstAudioPacketReceivedTime - applyAudioSDPTime",
|
|
7466
|
+
"description": "The fastest event's time between (firstAudioPacketReceivedTime, wmeReceivedAudioTime) - applyAudioSDPTime",
|
|
7467
7467
|
"type": "number",
|
|
7468
7468
|
"minimum": 0.0,
|
|
7469
7469
|
"maximum": 9223372036854776000.0
|
|
7470
7470
|
},
|
|
7471
7471
|
"callSetupTime": {
|
|
7472
|
-
"description": "firstAudioPacketReceivedTime - joinCallTime - alertToAnswered (for Outgoing) OR firstAudioPacketReceivedTime (for Incoming, call setup time is from user press accept button to the first audio data received)",
|
|
7472
|
+
"description": "min(firstAudioPacketReceivedTime, wmeReceivedAudioTime) - joinCallTime - alertToAnswered (for Outgoing) OR min(firstAudioPacketReceivedTime, wmeReceivedAudioTime) (for Incoming, call setup time is from user press accept button to the first audio data received)",
|
|
7473
7473
|
"type": "number",
|
|
7474
7474
|
"minimum": 0.0,
|
|
7475
7475
|
"maximum": 9223372036854776000.0
|
|
@@ -7613,7 +7613,7 @@
|
|
|
7613
7613
|
"maximum": 9223372036854776000.0
|
|
7614
7614
|
},
|
|
7615
7615
|
"firstAudioPacketSentTime": {
|
|
7616
|
-
"description": "
|
|
7616
|
+
"description": "This field represents the fastest event's time between first captured buffer and wmeSentAudioTime. Note, Almost all the time the value won't be changed. It will be changed only in case of delay of capture start and WME sends data which is not coming from microphone.",
|
|
7617
7617
|
"type": "number",
|
|
7618
7618
|
"minimum": 0.0,
|
|
7619
7619
|
"maximum": 9223372036854776000.0
|
|
@@ -7636,6 +7636,30 @@
|
|
|
7636
7636
|
"minimum": 0.0,
|
|
7637
7637
|
"maximum": 9223372036854776000.0
|
|
7638
7638
|
},
|
|
7639
|
+
"wmeSentAudioTime": {
|
|
7640
|
+
"description": "The data is coming from WME API OnSessionStatus(mediaType = WmeSessionType_Audio, status = WmeSession_Sent)",
|
|
7641
|
+
"type": "number",
|
|
7642
|
+
"minimum": 0.0,
|
|
7643
|
+
"maximum": 9223372036854776000.0
|
|
7644
|
+
},
|
|
7645
|
+
"wmeReceivedAudioTime": {
|
|
7646
|
+
"description": "The data is coming from WME API OnSessionStatus(mediaType = WmeSessionType_Audio, status = WmeSession_Received)",
|
|
7647
|
+
"type": "number",
|
|
7648
|
+
"minimum": 0.0,
|
|
7649
|
+
"maximum": 9223372036854776000.0
|
|
7650
|
+
},
|
|
7651
|
+
"wmeSentVideoTime": {
|
|
7652
|
+
"description": "The data is coming from WME API OnSessionStatus(mediaType = WmeSessionType_Video, status = WmeSession_Sent)",
|
|
7653
|
+
"type": "number",
|
|
7654
|
+
"minimum": 0.0,
|
|
7655
|
+
"maximum": 9223372036854776000.0
|
|
7656
|
+
},
|
|
7657
|
+
"wmeReceivedVideoTime": {
|
|
7658
|
+
"description": "The data is coming from WME API OnSessionStatus(mediaType = WmeSessionType_Video, status = WmeSession_Received)",
|
|
7659
|
+
"type": "number",
|
|
7660
|
+
"minimum": 0.0,
|
|
7661
|
+
"maximum": 9223372036854776000.0
|
|
7662
|
+
},
|
|
7639
7663
|
"iosAudioSessionActiveTime": {
|
|
7640
7664
|
"description": "iOS specific. The audio session is activated.",
|
|
7641
7665
|
"type": "number",
|
|
@@ -3506,11 +3506,11 @@ export interface Event {
|
|
|
3506
3506
|
*/
|
|
3507
3507
|
alertToAnswered?: number;
|
|
3508
3508
|
/**
|
|
3509
|
-
* firstAudioPacketReceivedTime - applyAudioSDPTime
|
|
3509
|
+
* The fastest event's time between (firstAudioPacketReceivedTime, wmeReceivedAudioTime) - applyAudioSDPTime
|
|
3510
3510
|
*/
|
|
3511
3511
|
answerToPacketRecv?: number;
|
|
3512
3512
|
/**
|
|
3513
|
-
* firstAudioPacketReceivedTime - joinCallTime - alertToAnswered (for Outgoing) OR firstAudioPacketReceivedTime (for Incoming, call setup time is from user press accept button to the first audio data received)
|
|
3513
|
+
* min(firstAudioPacketReceivedTime, wmeReceivedAudioTime) - joinCallTime - alertToAnswered (for Outgoing) OR min(firstAudioPacketReceivedTime, wmeReceivedAudioTime) (for Incoming, call setup time is from user press accept button to the first audio data received)
|
|
3514
3514
|
*/
|
|
3515
3515
|
callSetupTime?: number;
|
|
3516
3516
|
/**
|
|
@@ -3606,7 +3606,7 @@ export interface Event {
|
|
|
3606
3606
|
*/
|
|
3607
3607
|
callIsConnectedTime?: number;
|
|
3608
3608
|
/**
|
|
3609
|
-
*
|
|
3609
|
+
* This field represents the fastest event's time between first captured buffer and wmeSentAudioTime. Note, Almost all the time the value won't be changed. It will be changed only in case of delay of capture start and WME sends data which is not coming from microphone.
|
|
3610
3610
|
*/
|
|
3611
3611
|
firstAudioPacketSentTime?: number;
|
|
3612
3612
|
/**
|
|
@@ -3621,6 +3621,22 @@ export interface Event {
|
|
|
3621
3621
|
* First packet is received from the remote side and sent to the renderer.
|
|
3622
3622
|
*/
|
|
3623
3623
|
firstVideoPacketReceivedTime?: number;
|
|
3624
|
+
/**
|
|
3625
|
+
* The data is coming from WME API OnSessionStatus(mediaType = WmeSessionType_Audio, status = WmeSession_Sent)
|
|
3626
|
+
*/
|
|
3627
|
+
wmeSentAudioTime?: number;
|
|
3628
|
+
/**
|
|
3629
|
+
* The data is coming from WME API OnSessionStatus(mediaType = WmeSessionType_Audio, status = WmeSession_Received)
|
|
3630
|
+
*/
|
|
3631
|
+
wmeReceivedAudioTime?: number;
|
|
3632
|
+
/**
|
|
3633
|
+
* The data is coming from WME API OnSessionStatus(mediaType = WmeSessionType_Video, status = WmeSession_Sent)
|
|
3634
|
+
*/
|
|
3635
|
+
wmeSentVideoTime?: number;
|
|
3636
|
+
/**
|
|
3637
|
+
* The data is coming from WME API OnSessionStatus(mediaType = WmeSessionType_Video, status = WmeSession_Received)
|
|
3638
|
+
*/
|
|
3639
|
+
wmeReceivedVideoTime?: number;
|
|
3624
3640
|
/**
|
|
3625
3641
|
* iOS specific. The audio session is activated.
|
|
3626
3642
|
*/
|
|
@@ -17389,11 +17405,11 @@ export interface ClientEvent {
|
|
|
17389
17405
|
*/
|
|
17390
17406
|
alertToAnswered?: number;
|
|
17391
17407
|
/**
|
|
17392
|
-
* firstAudioPacketReceivedTime - applyAudioSDPTime
|
|
17408
|
+
* The fastest event's time between (firstAudioPacketReceivedTime, wmeReceivedAudioTime) - applyAudioSDPTime
|
|
17393
17409
|
*/
|
|
17394
17410
|
answerToPacketRecv?: number;
|
|
17395
17411
|
/**
|
|
17396
|
-
* firstAudioPacketReceivedTime - joinCallTime - alertToAnswered (for Outgoing) OR firstAudioPacketReceivedTime (for Incoming, call setup time is from user press accept button to the first audio data received)
|
|
17412
|
+
* min(firstAudioPacketReceivedTime, wmeReceivedAudioTime) - joinCallTime - alertToAnswered (for Outgoing) OR min(firstAudioPacketReceivedTime, wmeReceivedAudioTime) (for Incoming, call setup time is from user press accept button to the first audio data received)
|
|
17397
17413
|
*/
|
|
17398
17414
|
callSetupTime?: number;
|
|
17399
17415
|
/**
|
|
@@ -17489,7 +17505,7 @@ export interface ClientEvent {
|
|
|
17489
17505
|
*/
|
|
17490
17506
|
callIsConnectedTime?: number;
|
|
17491
17507
|
/**
|
|
17492
|
-
*
|
|
17508
|
+
* This field represents the fastest event's time between first captured buffer and wmeSentAudioTime. Note, Almost all the time the value won't be changed. It will be changed only in case of delay of capture start and WME sends data which is not coming from microphone.
|
|
17493
17509
|
*/
|
|
17494
17510
|
firstAudioPacketSentTime?: number;
|
|
17495
17511
|
/**
|
|
@@ -17504,6 +17520,22 @@ export interface ClientEvent {
|
|
|
17504
17520
|
* First packet is received from the remote side and sent to the renderer.
|
|
17505
17521
|
*/
|
|
17506
17522
|
firstVideoPacketReceivedTime?: number;
|
|
17523
|
+
/**
|
|
17524
|
+
* The data is coming from WME API OnSessionStatus(mediaType = WmeSessionType_Audio, status = WmeSession_Sent)
|
|
17525
|
+
*/
|
|
17526
|
+
wmeSentAudioTime?: number;
|
|
17527
|
+
/**
|
|
17528
|
+
* The data is coming from WME API OnSessionStatus(mediaType = WmeSessionType_Audio, status = WmeSession_Received)
|
|
17529
|
+
*/
|
|
17530
|
+
wmeReceivedAudioTime?: number;
|
|
17531
|
+
/**
|
|
17532
|
+
* The data is coming from WME API OnSessionStatus(mediaType = WmeSessionType_Video, status = WmeSession_Sent)
|
|
17533
|
+
*/
|
|
17534
|
+
wmeSentVideoTime?: number;
|
|
17535
|
+
/**
|
|
17536
|
+
* The data is coming from WME API OnSessionStatus(mediaType = WmeSessionType_Video, status = WmeSession_Received)
|
|
17537
|
+
*/
|
|
17538
|
+
wmeReceivedVideoTime?: number;
|
|
17507
17539
|
/**
|
|
17508
17540
|
* iOS specific. The audio session is activated.
|
|
17509
17541
|
*/
|
package/package.json
CHANGED