@webex/event-dictionary-ts 1.0.1971 → 1.0.1973

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.
@@ -689,6 +689,9 @@
689
689
  "stopReason": {
690
690
  "type": "string"
691
691
  },
692
+ "shareStartReason": {
693
+ "type": "string"
694
+ },
692
695
  "hologramStreamId": {
693
696
  "type": "string",
694
697
  "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}$"
@@ -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}$"
@@ -20782,6 +20791,54 @@
20782
20791
  "description": "Compared with audio, the unsync video frames get played out / total frames",
20783
20792
  "type": "number",
20784
20793
  "minimum": 0.0
20794
+ },
20795
+ "maxAudioAdjustmentMissing": {
20796
+ "description": "The max extra delay (in milliseconds) in last interval that audio would need in order to be insync with video",
20797
+ "type": "number",
20798
+ "minimum": 0.0,
20799
+ "maximum": 9223372036854776000.0
20800
+ },
20801
+ "maxVideoAdjustmentMissing": {
20802
+ "description": "The max extra delay (in milliseconds) in last interval that video would need in order to be insync with audio",
20803
+ "type": "number",
20804
+ "minimum": 0.0,
20805
+ "maximum": 9223372036854776000.0
20806
+ },
20807
+ "totalMatched": {
20808
+ "description": "The number of milliseconds in the last 60s (MQE interval) for which a received audio stream was matched to a video stream from the same source.",
20809
+ "type": "number",
20810
+ "minimum": 0.0,
20811
+ "maximum": 9223372036854776000.0
20812
+ },
20813
+ "totalCanSync": {
20814
+ "description": "The total number of milliseconds in the last 60s where the received audio stream was matched to a video stream and the common clock was able to be determined (e.g. both streams had known values from recent RTCP SR).",
20815
+ "type": "number",
20816
+ "minimum": 0.0,
20817
+ "maximum": 9223372036854776000.0
20818
+ },
20819
+ "totalAudioStretched": {
20820
+ "description": "The total number of milliseconds of audio that was added as an AV sync adjustment in the last 60s (e.g. if the audio playout was slowed down by inserting comfort noise or similar)",
20821
+ "type": "number",
20822
+ "minimum": 0.0,
20823
+ "maximum": 9223372036854776000.0
20824
+ },
20825
+ "totalAudioShrunk": {
20826
+ "description": "The total number of milliseconds of audio that was dropped as an AV sync adjustment in the last 60s, either not decoded at all or decoded but not rendered (e.g. if the audio playout was sped up by decoding multiple frames but only rendering a subset of those frames)",
20827
+ "type": "number",
20828
+ "minimum": 0.0,
20829
+ "maximum": 9223372036854776000.0
20830
+ },
20831
+ "totalVideoStretched": {
20832
+ "description": "The number of milliseconds of video that was added as an AV sync adjustment in the last 60s",
20833
+ "type": "number",
20834
+ "minimum": 0.0,
20835
+ "maximum": 9223372036854776000.0
20836
+ },
20837
+ "totalVideoShrunk": {
20838
+ "description": "The number of milliseconds of video that was dropped as an AV sync adjustment in the last 60s",
20839
+ "type": "number",
20840
+ "minimum": 0.0,
20841
+ "maximum": 9223372036854776000.0
20785
20842
  }
20786
20843
  }
20787
20844
  }
@@ -25127,6 +25184,9 @@
25127
25184
  "stopReason": {
25128
25185
  "type": "string"
25129
25186
  },
25187
+ "shareStartReason": {
25188
+ "type": "string"
25189
+ },
25130
25190
  "hologramStreamId": {
25131
25191
  "type": "string",
25132
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}$"
@@ -29193,6 +29253,9 @@
29193
29253
  "stopReason": {
29194
29254
  "type": "string"
29195
29255
  },
29256
+ "shareStartReason": {
29257
+ "type": "string"
29258
+ },
29196
29259
  "hologramStreamId": {
29197
29260
  "type": "string",
29198
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}$"
@@ -34982,6 +35045,9 @@
34982
35045
  "stopReason": {
34983
35046
  "type": "string"
34984
35047
  },
35048
+ "shareStartReason": {
35049
+ "type": "string"
35050
+ },
34985
35051
  "hologramStreamId": {
34986
35052
  "type": "string",
34987
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}$"
@@ -689,6 +689,9 @@
689
689
  "stopReason": {
690
690
  "type": "string"
691
691
  },
692
+ "shareStartReason": {
693
+ "type": "string"
694
+ },
692
695
  "hologramStreamId": {
693
696
  "type": "string",
694
697
  "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}$"
@@ -690,6 +690,9 @@
690
690
  "stopReason": {
691
691
  "type": "string"
692
692
  },
693
+ "shareStartReason": {
694
+ "type": "string"
695
+ },
693
696
  "hologramStreamId": {
694
697
  "type": "string",
695
698
  "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}$"
@@ -7612,6 +7615,54 @@
7612
7615
  "description": "Compared with audio, the unsync video frames get played out / total frames",
7613
7616
  "type": "number",
7614
7617
  "minimum": 0.0
7618
+ },
7619
+ "maxAudioAdjustmentMissing": {
7620
+ "description": "The max extra delay (in milliseconds) in last interval that audio would need in order to be insync with video",
7621
+ "type": "number",
7622
+ "minimum": 0.0,
7623
+ "maximum": 9223372036854776000.0
7624
+ },
7625
+ "maxVideoAdjustmentMissing": {
7626
+ "description": "The max extra delay (in milliseconds) in last interval that video would need in order to be insync with audio",
7627
+ "type": "number",
7628
+ "minimum": 0.0,
7629
+ "maximum": 9223372036854776000.0
7630
+ },
7631
+ "totalMatched": {
7632
+ "description": "The number of milliseconds in the last 60s (MQE interval) for which a received audio stream was matched to a video stream from the same source.",
7633
+ "type": "number",
7634
+ "minimum": 0.0,
7635
+ "maximum": 9223372036854776000.0
7636
+ },
7637
+ "totalCanSync": {
7638
+ "description": "The total number of milliseconds in the last 60s where the received audio stream was matched to a video stream and the common clock was able to be determined (e.g. both streams had known values from recent RTCP SR).",
7639
+ "type": "number",
7640
+ "minimum": 0.0,
7641
+ "maximum": 9223372036854776000.0
7642
+ },
7643
+ "totalAudioStretched": {
7644
+ "description": "The total number of milliseconds of audio that was added as an AV sync adjustment in the last 60s (e.g. if the audio playout was slowed down by inserting comfort noise or similar)",
7645
+ "type": "number",
7646
+ "minimum": 0.0,
7647
+ "maximum": 9223372036854776000.0
7648
+ },
7649
+ "totalAudioShrunk": {
7650
+ "description": "The total number of milliseconds of audio that was dropped as an AV sync adjustment in the last 60s, either not decoded at all or decoded but not rendered (e.g. if the audio playout was sped up by decoding multiple frames but only rendering a subset of those frames)",
7651
+ "type": "number",
7652
+ "minimum": 0.0,
7653
+ "maximum": 9223372036854776000.0
7654
+ },
7655
+ "totalVideoStretched": {
7656
+ "description": "The number of milliseconds of video that was added as an AV sync adjustment in the last 60s",
7657
+ "type": "number",
7658
+ "minimum": 0.0,
7659
+ "maximum": 9223372036854776000.0
7660
+ },
7661
+ "totalVideoShrunk": {
7662
+ "description": "The number of milliseconds of video that was dropped as an AV sync adjustment in the last 60s",
7663
+ "type": "number",
7664
+ "minimum": 0.0,
7665
+ "maximum": 9223372036854776000.0
7615
7666
  }
7616
7667
  }
7617
7668
  }
@@ -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.
@@ -9064,6 +9067,38 @@ export interface Event {
9064
9067
  * Compared with audio, the unsync video frames get played out / total frames
9065
9068
  */
9066
9069
  decidePlayedUnsyncRatio?: number;
9070
+ /**
9071
+ * The max extra delay (in milliseconds) in last interval that audio would need in order to be insync with video
9072
+ */
9073
+ maxAudioAdjustmentMissing?: number;
9074
+ /**
9075
+ * The max extra delay (in milliseconds) in last interval that video would need in order to be insync with audio
9076
+ */
9077
+ maxVideoAdjustmentMissing?: number;
9078
+ /**
9079
+ * The number of milliseconds in the last 60s (MQE interval) for which a received audio stream was matched to a video stream from the same source.
9080
+ */
9081
+ totalMatched?: number;
9082
+ /**
9083
+ * The total number of milliseconds in the last 60s where the received audio stream was matched to a video stream and the common clock was able to be determined (e.g. both streams had known values from recent RTCP SR).
9084
+ */
9085
+ totalCanSync?: number;
9086
+ /**
9087
+ * The total number of milliseconds of audio that was added as an AV sync adjustment in the last 60s (e.g. if the audio playout was slowed down by inserting comfort noise or similar)
9088
+ */
9089
+ totalAudioStretched?: number;
9090
+ /**
9091
+ * The total number of milliseconds of audio that was dropped as an AV sync adjustment in the last 60s, either not decoded at all or decoded but not rendered (e.g. if the audio playout was sped up by decoding multiple frames but only rendering a subset of those frames)
9092
+ */
9093
+ totalAudioShrunk?: number;
9094
+ /**
9095
+ * The number of milliseconds of video that was added as an AV sync adjustment in the last 60s
9096
+ */
9097
+ totalVideoStretched?: number;
9098
+ /**
9099
+ * The number of milliseconds of video that was dropped as an AV sync adjustment in the last 60s
9100
+ */
9101
+ totalVideoShrunk?: number;
9067
9102
  additionalProperties?: false;
9068
9103
  };
9069
9104
  additionalProperties?: false;
@@ -10956,6 +10991,7 @@ export interface Event {
10956
10991
  isTransmitter?: boolean;
10957
10992
  shareDuration?: number;
10958
10993
  stopReason?: string;
10994
+ shareStartReason?: string;
10959
10995
  hologramStreamId?: string;
10960
10996
  /**
10961
10997
  * represents all of the properities that could cause delay during media setup process.
@@ -12728,6 +12764,7 @@ export interface Event {
12728
12764
  isTransmitter?: boolean;
12729
12765
  shareDuration?: number;
12730
12766
  stopReason?: string;
12767
+ shareStartReason?: string;
12731
12768
  hologramStreamId?: string;
12732
12769
  /**
12733
12770
  * represents all of the properities that could cause delay during media setup process.
@@ -14684,6 +14721,7 @@ export interface Event {
14684
14721
  isTransmitter?: boolean;
14685
14722
  shareDuration?: number;
14686
14723
  stopReason?: string;
14724
+ shareStartReason?: string;
14687
14725
  hologramStreamId?: string;
14688
14726
  /**
14689
14727
  * represents all of the properities that could cause delay during media setup process.
@@ -15745,6 +15783,7 @@ export interface ClientEvent {
15745
15783
  isTransmitter?: boolean;
15746
15784
  shareDuration?: number;
15747
15785
  stopReason?: string;
15786
+ shareStartReason?: string;
15748
15787
  hologramStreamId?: string;
15749
15788
  /**
15750
15789
  * represents all of the properities that could cause delay during media setup process.
@@ -19419,6 +19458,7 @@ export interface FeatureEvent {
19419
19458
  isTransmitter?: boolean;
19420
19459
  shareDuration?: number;
19421
19460
  stopReason?: string;
19461
+ shareStartReason?: string;
19422
19462
  hologramStreamId?: string;
19423
19463
  /**
19424
19464
  * represents all of the properities that could cause delay during media setup process.
@@ -21196,6 +21236,7 @@ export interface MediaQualityEvent {
21196
21236
  isTransmitter?: boolean;
21197
21237
  shareDuration?: number;
21198
21238
  stopReason?: string;
21239
+ shareStartReason?: string;
21199
21240
  hologramStreamId?: string;
21200
21241
  /**
21201
21242
  * represents all of the properities that could cause delay during media setup process.
@@ -23879,6 +23920,38 @@ export interface MediaQualityEvent {
23879
23920
  * Compared with audio, the unsync video frames get played out / total frames
23880
23921
  */
23881
23922
  decidePlayedUnsyncRatio?: number;
23923
+ /**
23924
+ * The max extra delay (in milliseconds) in last interval that audio would need in order to be insync with video
23925
+ */
23926
+ maxAudioAdjustmentMissing?: number;
23927
+ /**
23928
+ * The max extra delay (in milliseconds) in last interval that video would need in order to be insync with audio
23929
+ */
23930
+ maxVideoAdjustmentMissing?: number;
23931
+ /**
23932
+ * The number of milliseconds in the last 60s (MQE interval) for which a received audio stream was matched to a video stream from the same source.
23933
+ */
23934
+ totalMatched?: number;
23935
+ /**
23936
+ * The total number of milliseconds in the last 60s where the received audio stream was matched to a video stream and the common clock was able to be determined (e.g. both streams had known values from recent RTCP SR).
23937
+ */
23938
+ totalCanSync?: number;
23939
+ /**
23940
+ * The total number of milliseconds of audio that was added as an AV sync adjustment in the last 60s (e.g. if the audio playout was slowed down by inserting comfort noise or similar)
23941
+ */
23942
+ totalAudioStretched?: number;
23943
+ /**
23944
+ * The total number of milliseconds of audio that was dropped as an AV sync adjustment in the last 60s, either not decoded at all or decoded but not rendered (e.g. if the audio playout was sped up by decoding multiple frames but only rendering a subset of those frames)
23945
+ */
23946
+ totalAudioShrunk?: number;
23947
+ /**
23948
+ * The number of milliseconds of video that was added as an AV sync adjustment in the last 60s
23949
+ */
23950
+ totalVideoStretched?: number;
23951
+ /**
23952
+ * The number of milliseconds of video that was dropped as an AV sync adjustment in the last 60s
23953
+ */
23954
+ totalVideoShrunk?: number;
23882
23955
  additionalProperties?: false;
23883
23956
  };
23884
23957
  additionalProperties?: false;
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "access": "public",
28
28
  "registry": "https://registry.npmjs.org"
29
29
  },
30
- "version": "1.0.1971"
30
+ "version": "1.0.1973"
31
31
  }