@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/rtc-web.es.js +295 -275
- package/dist/rtc-web.umd.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
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.
|
|
349
|
+
export declare const version = "1.3.17";
|