@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/stream-ui.esm.js +351 -269
- package/dist/stream-ui.js +349 -267
- package/dist/types.d.ts +2 -0
- package/package.json +1 -1
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;
|