@snapcall/stream-ui 1.39.0 → 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
@@ -329,6 +329,7 @@ type CreateEventResult = Array<{
329
329
  success: boolean;
330
330
  filename: string;
331
331
  id: number;
332
+ url?: string;
332
333
  }>;
333
334
  interface NetworkLog {
334
335
  rtt?: number;
@@ -719,6 +720,7 @@ declare class StreamerClient extends StreamerEventTargetType implements AudioLev
719
720
  filename: string;
720
721
  }>;
721
722
  createEvents(assets: Array<{
723
+ isCallMedia?: boolean;
722
724
  filename: string;
723
725
  duration?: number;
724
726
  type: MediaType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapcall/stream-ui",
3
- "version": "1.39.0",
3
+ "version": "1.39.2",
4
4
  "description": "",
5
5
  "source": "src/index.tsx",
6
6
  "main": "dist/stream-ui.js",