@webex/event-dictionary-ts 1.0.1287 → 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;
|
|
@@ -8171,6 +8175,7 @@ export interface Event {
|
|
|
8171
8175
|
locusSessionId?: string;
|
|
8172
8176
|
locusStartTime?: string;
|
|
8173
8177
|
locusUrl?: string;
|
|
8178
|
+
machineId?: string;
|
|
8174
8179
|
mediaAgentAlias?: string;
|
|
8175
8180
|
mediaAgentGroupId?: string;
|
|
8176
8181
|
meetClusterName?: string;
|
|
@@ -9929,6 +9934,7 @@ export interface ClientEvent {
|
|
|
9929
9934
|
locusSessionId?: string;
|
|
9930
9935
|
locusStartTime?: string;
|
|
9931
9936
|
locusUrl?: string;
|
|
9937
|
+
machineId?: string;
|
|
9932
9938
|
mediaAgentAlias?: string;
|
|
9933
9939
|
mediaAgentGroupId?: string;
|
|
9934
9940
|
meetClusterName?: string;
|
|
@@ -12571,6 +12577,7 @@ export interface FeatureEvent {
|
|
|
12571
12577
|
locusSessionId?: string;
|
|
12572
12578
|
locusStartTime?: string;
|
|
12573
12579
|
locusUrl?: string;
|
|
12580
|
+
machineId?: string;
|
|
12574
12581
|
mediaAgentAlias?: string;
|
|
12575
12582
|
mediaAgentGroupId?: string;
|
|
12576
12583
|
meetClusterName?: string;
|
|
@@ -14124,6 +14131,7 @@ export interface MediaQualityEvent {
|
|
|
14124
14131
|
locusSessionId?: string;
|
|
14125
14132
|
locusStartTime?: string;
|
|
14126
14133
|
locusUrl?: string;
|
|
14134
|
+
machineId?: string;
|
|
14127
14135
|
mediaAgentAlias?: string;
|
|
14128
14136
|
mediaAgentGroupId?: string;
|
|
14129
14137
|
meetClusterName?: string;
|
package/package.json
CHANGED