@webex/event-dictionary-ts 1.0.1286 → 1.0.1288
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.
|
@@ -1084,6 +1084,7 @@ export interface Event {
|
|
|
1084
1084
|
locusSessionId?: string;
|
|
1085
1085
|
locusStartTime?: string;
|
|
1086
1086
|
locusUrl?: string;
|
|
1087
|
+
machineId?: string;
|
|
1087
1088
|
mediaAgentAlias?: string;
|
|
1088
1089
|
mediaAgentGroupId?: string;
|
|
1089
1090
|
meetClusterName?: string;
|
|
@@ -3135,6 +3136,7 @@ export interface Event {
|
|
|
3135
3136
|
locusSessionId?: string;
|
|
3136
3137
|
locusStartTime?: string;
|
|
3137
3138
|
locusUrl?: string;
|
|
3139
|
+
machineId?: string;
|
|
3138
3140
|
mediaAgentAlias?: string;
|
|
3139
3141
|
mediaAgentGroupId?: string;
|
|
3140
3142
|
meetClusterName?: string;
|
|
@@ -4092,6 +4094,7 @@ export interface Event {
|
|
|
4092
4094
|
locusSessionId?: string;
|
|
4093
4095
|
locusStartTime?: string;
|
|
4094
4096
|
locusUrl?: string;
|
|
4097
|
+
machineId?: string;
|
|
4095
4098
|
mediaAgentAlias?: string;
|
|
4096
4099
|
mediaAgentGroupId?: string;
|
|
4097
4100
|
meetClusterName?: string;
|
|
@@ -5356,6 +5359,7 @@ export interface Event {
|
|
|
5356
5359
|
locusSessionId?: string;
|
|
5357
5360
|
locusStartTime?: string;
|
|
5358
5361
|
locusUrl?: string;
|
|
5362
|
+
machineId?: string;
|
|
5359
5363
|
mediaAgentAlias?: string;
|
|
5360
5364
|
mediaAgentGroupId?: string;
|
|
5361
5365
|
meetClusterName?: string;
|
|
@@ -6157,6 +6161,10 @@ export interface Event {
|
|
|
6157
6161
|
| "DIRECTX"
|
|
6158
6162
|
| "WINDOW"
|
|
6159
6163
|
| "SCK";
|
|
6164
|
+
/**
|
|
6165
|
+
* the mode of Presenter Overlay feature Apple provides
|
|
6166
|
+
*/
|
|
6167
|
+
presenterOverlayMode?: "Disabled" | "Small" | "Large";
|
|
6160
6168
|
processShareContentDetectMillis?: number;
|
|
6161
6169
|
/**
|
|
6162
6170
|
* Details associated with a share floor type
|
|
@@ -8167,6 +8175,7 @@ export interface Event {
|
|
|
8167
8175
|
locusSessionId?: string;
|
|
8168
8176
|
locusStartTime?: string;
|
|
8169
8177
|
locusUrl?: string;
|
|
8178
|
+
machineId?: string;
|
|
8170
8179
|
mediaAgentAlias?: string;
|
|
8171
8180
|
mediaAgentGroupId?: string;
|
|
8172
8181
|
meetClusterName?: string;
|
|
@@ -9925,6 +9934,7 @@ export interface ClientEvent {
|
|
|
9925
9934
|
locusSessionId?: string;
|
|
9926
9935
|
locusStartTime?: string;
|
|
9927
9936
|
locusUrl?: string;
|
|
9937
|
+
machineId?: string;
|
|
9928
9938
|
mediaAgentAlias?: string;
|
|
9929
9939
|
mediaAgentGroupId?: string;
|
|
9930
9940
|
meetClusterName?: string;
|
|
@@ -12567,6 +12577,7 @@ export interface FeatureEvent {
|
|
|
12567
12577
|
locusSessionId?: string;
|
|
12568
12578
|
locusStartTime?: string;
|
|
12569
12579
|
locusUrl?: string;
|
|
12580
|
+
machineId?: string;
|
|
12570
12581
|
mediaAgentAlias?: string;
|
|
12571
12582
|
mediaAgentGroupId?: string;
|
|
12572
12583
|
meetClusterName?: string;
|
|
@@ -14120,6 +14131,7 @@ export interface MediaQualityEvent {
|
|
|
14120
14131
|
locusSessionId?: string;
|
|
14121
14132
|
locusStartTime?: string;
|
|
14122
14133
|
locusUrl?: string;
|
|
14134
|
+
machineId?: string;
|
|
14123
14135
|
mediaAgentAlias?: string;
|
|
14124
14136
|
mediaAgentGroupId?: string;
|
|
14125
14137
|
meetClusterName?: string;
|
|
@@ -14918,6 +14930,10 @@ export interface MediaQualityEvent {
|
|
|
14918
14930
|
| "DIRECTX"
|
|
14919
14931
|
| "WINDOW"
|
|
14920
14932
|
| "SCK";
|
|
14933
|
+
/**
|
|
14934
|
+
* the mode of Presenter Overlay feature Apple provides
|
|
14935
|
+
*/
|
|
14936
|
+
presenterOverlayMode?: "Disabled" | "Small" | "Large";
|
|
14921
14937
|
processShareContentDetectMillis?: number;
|
|
14922
14938
|
/**
|
|
14923
14939
|
* Details associated with a share floor type
|
package/package.json
CHANGED