@snapcall/stream-ui 1.39.1 → 1.39.2

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/dist/types.d.ts CHANGED
@@ -720,6 +720,7 @@ declare class StreamerClient extends StreamerEventTargetType implements AudioLev
720
720
  filename: string;
721
721
  }>;
722
722
  createEvents(assets: Array<{
723
+ isCallMedia?: boolean;
723
724
  filename: string;
724
725
  duration?: number;
725
726
  type: MediaType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapcall/stream-ui",
3
- "version": "1.39.1",
3
+ "version": "1.39.2",
4
4
  "description": "",
5
5
  "source": "src/index.tsx",
6
6
  "main": "dist/stream-ui.js",