@webex/event-dictionary-ts 1.0.2022 → 1.0.2025
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.
|
@@ -7740,7 +7740,7 @@
|
|
|
7740
7740
|
"onboardingState": {
|
|
7741
7741
|
"type": "string"
|
|
7742
7742
|
},
|
|
7743
|
-
"
|
|
7743
|
+
"smartLauncherInfo": {
|
|
7744
7744
|
"type": "object",
|
|
7745
7745
|
"description": "captures details of Smart Launcher Function in MJP (Meeting Join Page) that controls the type of client launched for meeting join",
|
|
7746
7746
|
"additionalProperties": true,
|
|
@@ -8294,7 +8294,7 @@
|
|
|
8294
8294
|
"onboardingState": {
|
|
8295
8295
|
"type": "string"
|
|
8296
8296
|
},
|
|
8297
|
-
"
|
|
8297
|
+
"smartLauncherInfo": {
|
|
8298
8298
|
"type": "object",
|
|
8299
8299
|
"description": "captures details of Smart Launcher Function in MJP (Meeting Join Page) that controls the type of client launched for meeting join",
|
|
8300
8300
|
"additionalProperties": true,
|
|
@@ -20966,14 +20966,19 @@
|
|
|
20966
20966
|
"type": "number",
|
|
20967
20967
|
"minimum": 0.0
|
|
20968
20968
|
},
|
|
20969
|
-
"
|
|
20970
|
-
"description": "
|
|
20969
|
+
"decidePlayedSyncRatio": {
|
|
20970
|
+
"description": "Compared with audio, the sync video frames get played out / total frames (with undetectable latency, in range (-100ms, 25ms))",
|
|
20971
|
+
"type": "number",
|
|
20972
|
+
"minimum": 0.0
|
|
20973
|
+
},
|
|
20974
|
+
"maxAudioAdjustment": {
|
|
20975
|
+
"description": "The max delay (in milliseconds) in last interval applied to audio for avsync",
|
|
20971
20976
|
"type": "number",
|
|
20972
20977
|
"minimum": 0.0,
|
|
20973
20978
|
"maximum": 9223372036854776000.0
|
|
20974
20979
|
},
|
|
20975
|
-
"
|
|
20976
|
-
"description": "The max
|
|
20980
|
+
"maxVideoAdjustment": {
|
|
20981
|
+
"description": "The max delay (in milliseconds) in last interval applied to video for avsync",
|
|
20977
20982
|
"type": "number",
|
|
20978
20983
|
"minimum": 0.0,
|
|
20979
20984
|
"maximum": 9223372036854776000.0
|
|
@@ -20985,7 +20990,7 @@
|
|
|
20985
20990
|
"maximum": 9223372036854776000.0
|
|
20986
20991
|
},
|
|
20987
20992
|
"totalCanSync": {
|
|
20988
|
-
"description": "The total number of milliseconds in the last 60s where the received audio stream was matched to a video stream and the common clock was able to be determined (e.g. both streams had known values from recent RTCP SR).",
|
|
20993
|
+
"description": "The total number of milliseconds in the last 60s (MQE interval) where the received audio stream was matched to a video stream and the common clock was able to be determined (e.g. both streams had known values from recent RTCP SR).",
|
|
20989
20994
|
"type": "number",
|
|
20990
20995
|
"minimum": 0.0,
|
|
20991
20996
|
"maximum": 9223372036854776000.0
|
|
@@ -7717,14 +7717,19 @@
|
|
|
7717
7717
|
"type": "number",
|
|
7718
7718
|
"minimum": 0.0
|
|
7719
7719
|
},
|
|
7720
|
-
"
|
|
7721
|
-
"description": "
|
|
7720
|
+
"decidePlayedSyncRatio": {
|
|
7721
|
+
"description": "Compared with audio, the sync video frames get played out / total frames (with undetectable latency, in range (-100ms, 25ms))",
|
|
7722
|
+
"type": "number",
|
|
7723
|
+
"minimum": 0.0
|
|
7724
|
+
},
|
|
7725
|
+
"maxAudioAdjustment": {
|
|
7726
|
+
"description": "The max delay (in milliseconds) in last interval applied to audio for avsync",
|
|
7722
7727
|
"type": "number",
|
|
7723
7728
|
"minimum": 0.0,
|
|
7724
7729
|
"maximum": 9223372036854776000.0
|
|
7725
7730
|
},
|
|
7726
|
-
"
|
|
7727
|
-
"description": "The max
|
|
7731
|
+
"maxVideoAdjustment": {
|
|
7732
|
+
"description": "The max delay (in milliseconds) in last interval applied to video for avsync",
|
|
7728
7733
|
"type": "number",
|
|
7729
7734
|
"minimum": 0.0,
|
|
7730
7735
|
"maximum": 9223372036854776000.0
|
|
@@ -7736,7 +7741,7 @@
|
|
|
7736
7741
|
"maximum": 9223372036854776000.0
|
|
7737
7742
|
},
|
|
7738
7743
|
"totalCanSync": {
|
|
7739
|
-
"description": "The total number of milliseconds in the last 60s where the received audio stream was matched to a video stream and the common clock was able to be determined (e.g. both streams had known values from recent RTCP SR).",
|
|
7744
|
+
"description": "The total number of milliseconds in the last 60s (MQE interval) where the received audio stream was matched to a video stream and the common clock was able to be determined (e.g. both streams had known values from recent RTCP SR).",
|
|
7740
7745
|
"type": "number",
|
|
7741
7746
|
"minimum": 0.0,
|
|
7742
7747
|
"maximum": 9223372036854776000.0
|
|
@@ -3983,7 +3983,7 @@ export interface Event {
|
|
|
3983
3983
|
/**
|
|
3984
3984
|
* captures details of Smart Launcher Function in MJP (Meeting Join Page) that controls the type of client launched for meeting join
|
|
3985
3985
|
*/
|
|
3986
|
-
|
|
3986
|
+
smartLauncherInfo?: {
|
|
3987
3987
|
enabled?: boolean;
|
|
3988
3988
|
launchStrategy?: string;
|
|
3989
3989
|
launchMethod?: "auto-launch-webapp" | "detect-native-auto-launch-webapp" | "detect-native";
|
|
@@ -9146,19 +9146,23 @@ export interface Event {
|
|
|
9146
9146
|
*/
|
|
9147
9147
|
decidePlayedUnsyncRatio?: number;
|
|
9148
9148
|
/**
|
|
9149
|
-
*
|
|
9149
|
+
* Compared with audio, the sync video frames get played out / total frames (with undetectable latency, in range (-100ms, 25ms))
|
|
9150
9150
|
*/
|
|
9151
|
-
|
|
9151
|
+
decidePlayedSyncRatio?: number;
|
|
9152
9152
|
/**
|
|
9153
|
-
* The max
|
|
9153
|
+
* The max delay (in milliseconds) in last interval applied to audio for avsync
|
|
9154
9154
|
*/
|
|
9155
|
-
|
|
9155
|
+
maxAudioAdjustment?: number;
|
|
9156
|
+
/**
|
|
9157
|
+
* The max delay (in milliseconds) in last interval applied to video for avsync
|
|
9158
|
+
*/
|
|
9159
|
+
maxVideoAdjustment?: number;
|
|
9156
9160
|
/**
|
|
9157
9161
|
* The number of milliseconds in the last 60s (MQE interval) for which a received audio stream was matched to a video stream from the same source.
|
|
9158
9162
|
*/
|
|
9159
9163
|
totalMatched?: number;
|
|
9160
9164
|
/**
|
|
9161
|
-
* The total number of milliseconds in the last 60s where the received audio stream was matched to a video stream and the common clock was able to be determined (e.g. both streams had known values from recent RTCP SR).
|
|
9165
|
+
* The total number of milliseconds in the last 60s (MQE interval) where the received audio stream was matched to a video stream and the common clock was able to be determined (e.g. both streams had known values from recent RTCP SR).
|
|
9162
9166
|
*/
|
|
9163
9167
|
totalCanSync?: number;
|
|
9164
9168
|
/**
|
|
@@ -19246,7 +19250,7 @@ export interface ClientEvent {
|
|
|
19246
19250
|
/**
|
|
19247
19251
|
* captures details of Smart Launcher Function in MJP (Meeting Join Page) that controls the type of client launched for meeting join
|
|
19248
19252
|
*/
|
|
19249
|
-
|
|
19253
|
+
smartLauncherInfo?: {
|
|
19250
19254
|
enabled?: boolean;
|
|
19251
19255
|
launchStrategy?: string;
|
|
19252
19256
|
launchMethod?: "auto-launch-webapp" | "detect-native-auto-launch-webapp" | "detect-native";
|
|
@@ -24086,19 +24090,23 @@ export interface MediaQualityEvent {
|
|
|
24086
24090
|
*/
|
|
24087
24091
|
decidePlayedUnsyncRatio?: number;
|
|
24088
24092
|
/**
|
|
24089
|
-
*
|
|
24093
|
+
* Compared with audio, the sync video frames get played out / total frames (with undetectable latency, in range (-100ms, 25ms))
|
|
24094
|
+
*/
|
|
24095
|
+
decidePlayedSyncRatio?: number;
|
|
24096
|
+
/**
|
|
24097
|
+
* The max delay (in milliseconds) in last interval applied to audio for avsync
|
|
24090
24098
|
*/
|
|
24091
|
-
|
|
24099
|
+
maxAudioAdjustment?: number;
|
|
24092
24100
|
/**
|
|
24093
|
-
* The max
|
|
24101
|
+
* The max delay (in milliseconds) in last interval applied to video for avsync
|
|
24094
24102
|
*/
|
|
24095
|
-
|
|
24103
|
+
maxVideoAdjustment?: number;
|
|
24096
24104
|
/**
|
|
24097
24105
|
* The number of milliseconds in the last 60s (MQE interval) for which a received audio stream was matched to a video stream from the same source.
|
|
24098
24106
|
*/
|
|
24099
24107
|
totalMatched?: number;
|
|
24100
24108
|
/**
|
|
24101
|
-
* The total number of milliseconds in the last 60s where the received audio stream was matched to a video stream and the common clock was able to be determined (e.g. both streams had known values from recent RTCP SR).
|
|
24109
|
+
* The total number of milliseconds in the last 60s (MQE interval) where the received audio stream was matched to a video stream and the common clock was able to be determined (e.g. both streams had known values from recent RTCP SR).
|
|
24102
24110
|
*/
|
|
24103
24111
|
totalCanSync?: number;
|
|
24104
24112
|
/**
|
package/package.json
CHANGED