@webex/event-dictionary-ts 1.0.2024 → 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,
|
|
@@ -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";
|
|
@@ -19250,7 +19250,7 @@ export interface ClientEvent {
|
|
|
19250
19250
|
/**
|
|
19251
19251
|
* captures details of Smart Launcher Function in MJP (Meeting Join Page) that controls the type of client launched for meeting join
|
|
19252
19252
|
*/
|
|
19253
|
-
|
|
19253
|
+
smartLauncherInfo?: {
|
|
19254
19254
|
enabled?: boolean;
|
|
19255
19255
|
launchStrategy?: string;
|
|
19256
19256
|
launchMethod?: "auto-launch-webapp" | "detect-native-auto-launch-webapp" | "detect-native";
|
package/package.json
CHANGED