@vindral/web-sdk 2.2.0 → 2.2.1

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.
package/index.d.ts CHANGED
@@ -22,7 +22,7 @@ interface CodedVideoSample extends BaseCodedSample {
22
22
  }
23
23
  declare type CodedSample = CodedAudioSample | CodedVideoSample;
24
24
  declare type AudioCodec = "aac" | "opus" | "mp3";
25
- declare type VideoCodec = "h264";
25
+ declare type VideoCodec = "h264" | "av1";
26
26
  declare type Codec = VideoCodec | AudioCodec;
27
27
  interface DecodedSampleStatistics {
28
28
  decodeTime: number;
@@ -757,7 +757,6 @@ declare class DecoderModule {
757
757
  private emitDecodeRate;
758
758
  private updateBufferState;
759
759
  }
760
- type ConnectionType = "bluetooth" | "cellular" | "ethernet" | "mixed" | "none" | "other" | "unknown" | "wifi" | "wimax";
761
760
  type EffectiveConnectionType = "2g" | "3g" | "4g" | "slow-2g";
762
761
  interface DocumentState {
763
762
  readonly isVisible: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vindral/web-sdk",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "homepage": "https://vindral.com",
5
5
  "description": "Web SDK for viewing Vindral streams",
6
6
  "license": "SEE LICENSE IN https://www.vindral.com/terms-conditions",