@webex/event-dictionary-ts 1.0.1671 → 1.0.1672

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.
@@ -204,7 +204,8 @@
204
204
  "share",
205
205
  "share_audio",
206
206
  "whiteboard",
207
- "gamestate"
207
+ "gamestate",
208
+ "all"
208
209
  ]
209
210
  },
210
211
  "protocol": {
@@ -708,7 +708,8 @@
708
708
  "share",
709
709
  "share_audio",
710
710
  "whiteboard",
711
- "gamestate"
711
+ "gamestate",
712
+ "all"
712
713
  ]
713
714
  },
714
715
  "protocol": {
@@ -7876,7 +7877,8 @@
7876
7877
  "share",
7877
7878
  "share_audio",
7878
7879
  "whiteboard",
7879
- "gamestate"
7880
+ "gamestate",
7881
+ "all"
7880
7882
  ]
7881
7883
  },
7882
7884
  "protocol": {
@@ -12589,7 +12591,8 @@
12589
12591
  "share",
12590
12592
  "share_audio",
12591
12593
  "whiteboard",
12592
- "gamestate"
12594
+ "gamestate",
12595
+ "all"
12593
12596
  ]
12594
12597
  },
12595
12598
  "protocol": {
@@ -21663,7 +21666,8 @@
21663
21666
  "share",
21664
21667
  "share_audio",
21665
21668
  "whiteboard",
21666
- "gamestate"
21669
+ "gamestate",
21670
+ "all"
21667
21671
  ]
21668
21672
  },
21669
21673
  "stateTriggeredTime": {
@@ -21924,7 +21928,8 @@
21924
21928
  "share",
21925
21929
  "share_audio",
21926
21930
  "whiteboard",
21927
- "gamestate"
21931
+ "gamestate",
21932
+ "all"
21928
21933
  ]
21929
21934
  },
21930
21935
  "protocol": {
@@ -25843,7 +25848,8 @@
25843
25848
  "share",
25844
25849
  "share_audio",
25845
25850
  "whiteboard",
25846
- "gamestate"
25851
+ "gamestate",
25852
+ "all"
25847
25853
  ]
25848
25854
  },
25849
25855
  "protocol": {
@@ -30831,7 +30837,8 @@
30831
30837
  "share",
30832
30838
  "share_audio",
30833
30839
  "whiteboard",
30834
- "gamestate"
30840
+ "gamestate",
30841
+ "all"
30835
30842
  ]
30836
30843
  },
30837
30844
  "protocol": {
@@ -204,7 +204,8 @@
204
204
  "share",
205
205
  "share_audio",
206
206
  "whiteboard",
207
- "gamestate"
207
+ "gamestate",
208
+ "all"
208
209
  ]
209
210
  },
210
211
  "protocol": {
@@ -205,7 +205,8 @@
205
205
  "share",
206
206
  "share_audio",
207
207
  "whiteboard",
208
- "gamestate"
208
+ "gamestate",
209
+ "all"
209
210
  ]
210
211
  },
211
212
  "protocol": {
@@ -9279,7 +9280,8 @@
9279
9280
  "share",
9280
9281
  "share_audio",
9281
9282
  "whiteboard",
9282
- "gamestate"
9283
+ "gamestate",
9284
+ "all"
9283
9285
  ]
9284
9286
  },
9285
9287
  "stateTriggeredTime": {
@@ -332,7 +332,7 @@ export interface Event {
332
332
  localNetworkPrefix?: string;
333
333
  localPort?: number;
334
334
  mediaLineData?: {};
335
- mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
335
+ mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate" | "all";
336
336
  protocol: "udp" | "tcp" | "xtls" | "unknown";
337
337
  recvRespTime?: string;
338
338
  remoteIP?: string;
@@ -3707,7 +3707,7 @@ export interface Event {
3707
3707
  localNetworkPrefix?: string;
3708
3708
  localPort?: number;
3709
3709
  mediaLineData?: {};
3710
- mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
3710
+ mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate" | "all";
3711
3711
  protocol: "udp" | "tcp" | "xtls" | "unknown";
3712
3712
  recvRespTime?: string;
3713
3713
  remoteIP?: string;
@@ -5697,7 +5697,7 @@ export interface Event {
5697
5697
  localNetworkPrefix?: string;
5698
5698
  localPort?: number;
5699
5699
  mediaLineData?: {};
5700
- mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
5700
+ mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate" | "all";
5701
5701
  protocol: "udp" | "tcp" | "xtls" | "unknown";
5702
5702
  recvRespTime?: string;
5703
5703
  remoteIP?: string;
@@ -9210,7 +9210,7 @@ export interface Event {
9210
9210
  mediaState?: {
9211
9211
  stateType: "start" | "middle";
9212
9212
  duration: number;
9213
- mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
9213
+ mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate" | "all";
9214
9214
  stateTriggeredTime?: string;
9215
9215
  shareInstanceId?: string;
9216
9216
  direction?: "RX" | "TX" | "BOTH";
@@ -9295,7 +9295,7 @@ export interface Event {
9295
9295
  localNetworkPrefix?: string;
9296
9296
  localPort?: number;
9297
9297
  mediaLineData?: {};
9298
- mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
9298
+ mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate" | "all";
9299
9299
  protocol: "udp" | "tcp" | "xtls" | "unknown";
9300
9300
  recvRespTime?: string;
9301
9301
  remoteIP?: string;
@@ -11002,7 +11002,7 @@ export interface Event {
11002
11002
  localNetworkPrefix?: string;
11003
11003
  localPort?: number;
11004
11004
  mediaLineData?: {};
11005
- mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
11005
+ mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate" | "all";
11006
11006
  protocol: "udp" | "tcp" | "xtls" | "unknown";
11007
11007
  recvRespTime?: string;
11008
11008
  remoteIP?: string;
@@ -12660,7 +12660,7 @@ export interface Event {
12660
12660
  localNetworkPrefix?: string;
12661
12661
  localPort?: number;
12662
12662
  mediaLineData?: {};
12663
- mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
12663
+ mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate" | "all";
12664
12664
  protocol: "udp" | "tcp" | "xtls" | "unknown";
12665
12665
  recvRespTime?: string;
12666
12666
  remoteIP?: string;
@@ -13651,7 +13651,7 @@ export interface ClientEvent {
13651
13651
  localNetworkPrefix?: string;
13652
13652
  localPort?: number;
13653
13653
  mediaLineData?: {};
13654
- mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
13654
+ mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate" | "all";
13655
13655
  protocol: "udp" | "tcp" | "xtls" | "unknown";
13656
13656
  recvRespTime?: string;
13657
13657
  remoteIP?: string;
@@ -17037,7 +17037,7 @@ export interface FeatureEvent {
17037
17037
  localNetworkPrefix?: string;
17038
17038
  localPort?: number;
17039
17039
  mediaLineData?: {};
17040
- mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
17040
+ mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate" | "all";
17041
17041
  protocol: "udp" | "tcp" | "xtls" | "unknown";
17042
17042
  recvRespTime?: string;
17043
17043
  remoteIP?: string;
@@ -18755,7 +18755,7 @@ export interface MediaQualityEvent {
18755
18755
  localNetworkPrefix?: string;
18756
18756
  localPort?: number;
18757
18757
  mediaLineData?: {};
18758
- mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
18758
+ mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate" | "all";
18759
18759
  protocol: "udp" | "tcp" | "xtls" | "unknown";
18760
18760
  recvRespTime?: string;
18761
18761
  remoteIP?: string;
@@ -22260,7 +22260,7 @@ export interface MediaQualityEvent {
22260
22260
  mediaState?: {
22261
22261
  stateType: "start" | "middle";
22262
22262
  duration: number;
22263
- mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
22263
+ mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate" | "all";
22264
22264
  stateTriggeredTime?: string;
22265
22265
  shareInstanceId?: string;
22266
22266
  direction?: "RX" | "TX" | "BOTH";
package/package.json CHANGED
@@ -28,5 +28,5 @@
28
28
  "access": "public",
29
29
  "registry": "https://registry.npmjs.org"
30
30
  },
31
- "version": "1.0.1671"
31
+ "version": "1.0.1672"
32
32
  }