@videosdk.live/react-sdk 0.6.2 → 0.6.4

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.
@@ -1024,6 +1024,8 @@ export function useMeeting({
1024
1024
  enableScreenShare: (customScreenShareTrack?: MediaStream | undefined) => void;
1025
1025
  disableScreenShare: () => void;
1026
1026
  toggleScreenShare: (customScreenShareTrack?: MediaStream | undefined) => void;
1027
+ enableAdaptiveSubscription: () => void;
1028
+ disableAdaptiveSubscription: () => void;
1027
1029
  pauseAllStreams: (kind?: "audio" | "video" | "share" | "shareAudio" | "all" | undefined) => void;
1028
1030
  resumeAllStreams: (kind?: "audio" | "video" | "share" | "shareAudio" | "all" | undefined) => void;
1029
1031
  startRecording: (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@videosdk.live/react-sdk",
3
- "version": "0.6.2",
3
+ "version": "0.6.4",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.modern.js",
@@ -74,7 +74,7 @@
74
74
  }
75
75
  },
76
76
  "dependencies": {
77
- "@videosdk.live/js-sdk": "0.5.2",
77
+ "@videosdk.live/js-sdk": "0.5.3",
78
78
  "events": "^3.3.0"
79
79
  }
80
80
  }