@webex/event-dictionary-ts 1.0.1972 → 1.0.1974
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.
|
@@ -1225,6 +1225,9 @@
|
|
|
1225
1225
|
"stopReason": {
|
|
1226
1226
|
"type": "string"
|
|
1227
1227
|
},
|
|
1228
|
+
"shareStartReason": {
|
|
1229
|
+
"type": "string"
|
|
1230
|
+
},
|
|
1228
1231
|
"hologramStreamId": {
|
|
1229
1232
|
"type": "string",
|
|
1230
1233
|
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
@@ -9240,6 +9243,9 @@
|
|
|
9240
9243
|
"stopReason": {
|
|
9241
9244
|
"type": "string"
|
|
9242
9245
|
},
|
|
9246
|
+
"shareStartReason": {
|
|
9247
|
+
"type": "string"
|
|
9248
|
+
},
|
|
9243
9249
|
"hologramStreamId": {
|
|
9244
9250
|
"type": "string",
|
|
9245
9251
|
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
@@ -13860,6 +13866,9 @@
|
|
|
13860
13866
|
"stopReason": {
|
|
13861
13867
|
"type": "string"
|
|
13862
13868
|
},
|
|
13869
|
+
"shareStartReason": {
|
|
13870
|
+
"type": "string"
|
|
13871
|
+
},
|
|
13863
13872
|
"hologramStreamId": {
|
|
13864
13873
|
"type": "string",
|
|
13865
13874
|
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
@@ -25175,6 +25184,9 @@
|
|
|
25175
25184
|
"stopReason": {
|
|
25176
25185
|
"type": "string"
|
|
25177
25186
|
},
|
|
25187
|
+
"shareStartReason": {
|
|
25188
|
+
"type": "string"
|
|
25189
|
+
},
|
|
25178
25190
|
"hologramStreamId": {
|
|
25179
25191
|
"type": "string",
|
|
25180
25192
|
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
@@ -29241,6 +29253,9 @@
|
|
|
29241
29253
|
"stopReason": {
|
|
29242
29254
|
"type": "string"
|
|
29243
29255
|
},
|
|
29256
|
+
"shareStartReason": {
|
|
29257
|
+
"type": "string"
|
|
29258
|
+
},
|
|
29244
29259
|
"hologramStreamId": {
|
|
29245
29260
|
"type": "string",
|
|
29246
29261
|
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
@@ -35030,6 +35045,9 @@
|
|
|
35030
35045
|
"stopReason": {
|
|
35031
35046
|
"type": "string"
|
|
35032
35047
|
},
|
|
35048
|
+
"shareStartReason": {
|
|
35049
|
+
"type": "string"
|
|
35050
|
+
},
|
|
35033
35051
|
"hologramStreamId": {
|
|
35034
35052
|
"type": "string",
|
|
35035
35053
|
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
@@ -602,6 +602,7 @@ export interface Event {
|
|
|
602
602
|
isTransmitter?: boolean;
|
|
603
603
|
shareDuration?: number;
|
|
604
604
|
stopReason?: string;
|
|
605
|
+
shareStartReason?: string;
|
|
605
606
|
hologramStreamId?: string;
|
|
606
607
|
/**
|
|
607
608
|
* represents all of the properities that could cause delay during media setup process.
|
|
@@ -4369,6 +4370,7 @@ export interface Event {
|
|
|
4369
4370
|
isTransmitter?: boolean;
|
|
4370
4371
|
shareDuration?: number;
|
|
4371
4372
|
stopReason?: string;
|
|
4373
|
+
shareStartReason?: string;
|
|
4372
4374
|
hologramStreamId?: string;
|
|
4373
4375
|
/**
|
|
4374
4376
|
* represents all of the properities that could cause delay during media setup process.
|
|
@@ -6372,6 +6374,7 @@ export interface Event {
|
|
|
6372
6374
|
isTransmitter?: boolean;
|
|
6373
6375
|
shareDuration?: number;
|
|
6374
6376
|
stopReason?: string;
|
|
6377
|
+
shareStartReason?: string;
|
|
6375
6378
|
hologramStreamId?: string;
|
|
6376
6379
|
/**
|
|
6377
6380
|
* represents all of the properities that could cause delay during media setup process.
|
|
@@ -10988,6 +10991,7 @@ export interface Event {
|
|
|
10988
10991
|
isTransmitter?: boolean;
|
|
10989
10992
|
shareDuration?: number;
|
|
10990
10993
|
stopReason?: string;
|
|
10994
|
+
shareStartReason?: string;
|
|
10991
10995
|
hologramStreamId?: string;
|
|
10992
10996
|
/**
|
|
10993
10997
|
* represents all of the properities that could cause delay during media setup process.
|
|
@@ -12760,6 +12764,7 @@ export interface Event {
|
|
|
12760
12764
|
isTransmitter?: boolean;
|
|
12761
12765
|
shareDuration?: number;
|
|
12762
12766
|
stopReason?: string;
|
|
12767
|
+
shareStartReason?: string;
|
|
12763
12768
|
hologramStreamId?: string;
|
|
12764
12769
|
/**
|
|
12765
12770
|
* represents all of the properities that could cause delay during media setup process.
|
|
@@ -14716,6 +14721,7 @@ export interface Event {
|
|
|
14716
14721
|
isTransmitter?: boolean;
|
|
14717
14722
|
shareDuration?: number;
|
|
14718
14723
|
stopReason?: string;
|
|
14724
|
+
shareStartReason?: string;
|
|
14719
14725
|
hologramStreamId?: string;
|
|
14720
14726
|
/**
|
|
14721
14727
|
* represents all of the properities that could cause delay during media setup process.
|
|
@@ -15777,6 +15783,7 @@ export interface ClientEvent {
|
|
|
15777
15783
|
isTransmitter?: boolean;
|
|
15778
15784
|
shareDuration?: number;
|
|
15779
15785
|
stopReason?: string;
|
|
15786
|
+
shareStartReason?: string;
|
|
15780
15787
|
hologramStreamId?: string;
|
|
15781
15788
|
/**
|
|
15782
15789
|
* represents all of the properities that could cause delay during media setup process.
|
|
@@ -19451,6 +19458,7 @@ export interface FeatureEvent {
|
|
|
19451
19458
|
isTransmitter?: boolean;
|
|
19452
19459
|
shareDuration?: number;
|
|
19453
19460
|
stopReason?: string;
|
|
19461
|
+
shareStartReason?: string;
|
|
19454
19462
|
hologramStreamId?: string;
|
|
19455
19463
|
/**
|
|
19456
19464
|
* represents all of the properities that could cause delay during media setup process.
|
|
@@ -21228,6 +21236,7 @@ export interface MediaQualityEvent {
|
|
|
21228
21236
|
isTransmitter?: boolean;
|
|
21229
21237
|
shareDuration?: number;
|
|
21230
21238
|
stopReason?: string;
|
|
21239
|
+
shareStartReason?: string;
|
|
21231
21240
|
hologramStreamId?: string;
|
|
21232
21241
|
/**
|
|
21233
21242
|
* represents all of the properities that could cause delay during media setup process.
|
package/package.json
CHANGED