@videosdk.live/react-sdk 0.4.2 → 0.4.3

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.
@@ -1591,6 +1591,7 @@ export function createScreenShareVideoTrack({
1591
1591
  }): Promise<MediaStream>;
1592
1592
 
1593
1593
  /**
1594
+ * @deprecated
1594
1595
  * @param timeoutDuration - This will accept the timeoutDuration.
1595
1596
  *
1596
1597
  * **Code Example**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@videosdk.live/react-sdk",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
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.3.3",
77
+ "@videosdk.live/js-sdk": "0.3.6",
78
78
  "events": "^3.3.0"
79
79
  }
80
80
  }