@videosdk.live/react-sdk
Advanced tools
Comparing version 0.1.79 to 0.1.80
@@ -53,2 +53,4 @@ // Type definitions for @videosdk.live/react-sdk 0.1 | ||
* --- | ||
* @param config.defaultCamera - [For Mobile Browser] It sets the initial camera orientation. Use 'front' to initialize the camera with the front-facing (selfie) mode, or 'back' to initialize it with the rear-facing (main) mode. | ||
* --- | ||
* @param token - | ||
@@ -64,3 +66,3 @@ * - You can generate a token in two ways: | ||
* - This is an OPTIONAL parameter. By default, it is set to false meaning, user has to manually call the join(). | ||
* | ||
* | ||
*/ | ||
@@ -90,2 +92,3 @@ export function MeetingProvider({ | ||
metaData?: object; | ||
defaultCamera?: 'front' | 'back'; | ||
}; | ||
@@ -92,0 +95,0 @@ token: string; |
{ | ||
"name": "@videosdk.live/react-sdk", | ||
"version": "0.1.79", | ||
"version": "0.1.80", | ||
"license": "ISC", | ||
@@ -76,5 +76,5 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@videosdk.live/js-sdk": "0.0.75", | ||
"@videosdk.live/js-sdk": "0.0.77", | ||
"events": "^3.3.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
450805
4905
+ Added@videosdk.live/js-sdk@0.0.77(transitive)
- Removed@videosdk.live/js-sdk@0.0.75(transitive)
Updated@videosdk.live/js-sdk@0.0.77