@d-id/client-sdk 1.1.17-staging.75 → 1.1.17-staging.76

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.
@@ -1,4 +1,4 @@
1
- import { c as b, a as k, S as ee, d as ne, T as te, C as h, b as v, A as E, e as P, f as _ } from "./index-CQ9HzMxW.js";
1
+ import { c as b, a as k, S as ee, d as ne, T as te, C as h, b as v, A as E, e as P, f as _ } from "./index-BhpiSVbj.js";
2
2
  function oe(c, C, r, o) {
3
3
  const S = b(c, `${C}/v2/agents/${r}`, o);
4
4
  return {
@@ -1,4 +1,4 @@
1
1
  import { ConnectivityState, StreamingState } from '../../../types';
2
2
  import { VideoRTCStatsReport } from './report';
3
3
 
4
- export declare function pollStats(peerConnection: RTCPeerConnection, getIsConnected: () => boolean, onConnected: () => void, onVideoStateChange?: (state: StreamingState, statsReport?: VideoRTCStatsReport) => void, onConnectivityStateChange?: (state: ConnectivityState) => void, warmup?: boolean): NodeJS.Timeout;
4
+ export declare function pollStats(peerConnection: RTCPeerConnection, getIsConnected: () => boolean, onConnected: () => void, onVideoStateChange?: (state: StreamingState, statsReport?: VideoRTCStatsReport) => void, onConnectivityStateChange?: (state: ConnectivityState) => void): NodeJS.Timeout;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@d-id/client-sdk",
3
3
  "private": false,
4
- "version": "1.1.17-staging.75",
4
+ "version": "1.1.17-staging.76",
5
5
  "type": "module",
6
6
  "description": "d-id client sdk",
7
7
  "repository": {