@videosdk.live/react-sdk
Advanced tools
Comparing version 0.1.84 to 0.1.85
@@ -62,2 +62,4 @@ // Type definitions for @videosdk.live/react-sdk 0.1 | ||
* --- | ||
* @param config.debugMode - Enables users to view detailed error logs generated by our SDK directly on the VideoSDK's dashboard. | ||
* --- | ||
* @param token - | ||
@@ -99,2 +101,3 @@ * - You can generate a token in two ways: | ||
defaultCamera?: 'front' | 'back'; | ||
debugMode: boolean; | ||
}; | ||
@@ -1161,4 +1164,6 @@ token: string; | ||
}?: { | ||
timeoutDuration?: number | undefined; | ||
}): Promise<{ downloadSpeed: number; uploadSpeed: number }>; | ||
timeoutDuration?: | ||
| number | ||
| undefined; | ||
}): Promise<{ downloadSpeed: number, uploadSpeed: number }>; | ||
@@ -1193,2 +1198,21 @@ export const Constants: { | ||
ERROR_GET_DISPLAY_MEDIA_PERMISSION_DENIED: number; | ||
ERROR_CAMERA_ACCESS_DENIED_OR_DISMISSED: number; | ||
ERROR_MICROPHONE_ACCESS_DENIED_OR_DISMISSED: number; | ||
ERROR_CAMERA_PERMISSION_DENIED_BY_OS: number; | ||
ERROR_MICROPHONE_PERMISSION_DENIED_BY_OS: number; | ||
ERROR_CAMERA_NOT_FOUND: number; | ||
ERROR_MICROPHONE_NOT_FOUND: number; | ||
ERROR_CAMERA_IN_USE: number; | ||
ERROR_MICROPHONE_IN_USE: number; | ||
ERROR_CAMERA_PERMISSION_OR_AUTOPLAY_ISSUE: number; | ||
ERROR_VIDEO_SOURCE_INITIATION_FAILED: number; | ||
ERROR_WEBCAM_TRACK_ENDED: number; | ||
ERROR_MICROPHONE_TRACK_ENDED: number; | ||
ERROR_INVALID_CUSTOM_VIDEO_TRACK: number; | ||
ERROR_INVALID_CUSTOM_AUDIO_TRACK: number; | ||
ERROR_CUSTOM_VIDEO_TRACK_ENDED: number; | ||
ERROR_CUSTOM_AUDIO_TRACK_ENDED: number; | ||
ERROR_CAMERA_ACCESS_UNAVAILABLE: number; | ||
ERROR_MICROPHONE_ACCESS_UNAVAILABLE: number; | ||
ERROR_ACTION_PERFORMED_BEFORE_MEETING_JOINED: number; | ||
}; | ||
@@ -1195,0 +1219,0 @@ recordingEvents: { |
{ | ||
"name": "@videosdk.live/react-sdk", | ||
"version": "0.1.84", | ||
"version": "0.1.85", | ||
"license": "ISC", | ||
@@ -76,5 +76,5 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@videosdk.live/js-sdk": "0.0.81", | ||
"@videosdk.live/js-sdk": "0.0.82", | ||
"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
469955
5220
+ Added@videosdk.live/js-sdk@0.0.82(transitive)
- Removed@videosdk.live/js-sdk@0.0.81(transitive)
Updated@videosdk.live/js-sdk@0.0.82