@streaming-cdn/rtc-web 1.3.16 → 1.3.17

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # RTC Web SDK 1.3.16
1
+ # RTC Web SDK 1.3.17
2
2
 
3
3
  The customer package contains compiled ESM/UMD JavaScript and TypeScript declarations. It intentionally excludes implementation source and source maps. Example source remains available under `examples/`.
4
4
 
package/dist/index.d.ts CHANGED
@@ -346,4 +346,4 @@ export declare class RtcIncomingClient extends EventTarget {
346
346
  private emit;
347
347
  }
348
348
  export declare function createRtcIncomingClient(options: RtcIncomingClientOptions): RtcIncomingClient;
349
- export declare const version = "1.3.16";
349
+ export declare const version = "1.3.17";