@stream-io/video-client 1.13.0 → 1.13.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-client",
3
- "version": "1.13.0",
3
+ "version": "1.13.1",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",
@@ -28,7 +28,7 @@ let sdkInfo: Sdk | undefined = {
28
28
  let osInfo: OS | undefined;
29
29
  let deviceInfo: Device | undefined;
30
30
  let webRtcInfo: WebRTCInfoType | undefined;
31
- let deviceState: SendStatsRequest['deviceState'];
31
+ let deviceState: SendStatsRequest['deviceState'] = { oneofKind: undefined };
32
32
 
33
33
  export const setSdkInfo = (info: Sdk) => {
34
34
  sdkInfo = info;