@videosdk.live/react-sdk
Advanced tools
Comparing version 0.1.67 to 0.1.68
@@ -51,2 +51,3 @@ import MeetingProvider from "./meeting/MeetingProvider"; | ||
HLS_STARTED: string; | ||
HLS_PLAYABLE: string; | ||
HLS_STOPPING: string; | ||
@@ -53,0 +54,0 @@ HLS_STOPPED: string; |
@@ -46,3 +46,10 @@ export const MeetingProviderContex: any; | ||
isRecording: boolean; | ||
isLiveStreaming: boolean; | ||
recordingState: string; | ||
livestreamState: string; | ||
hlsState: string; | ||
hlsUrls: { | ||
downstreamUrl: string; | ||
playbackHlsUrl: string; | ||
livestreamUrl: string; | ||
}; | ||
localScreenShareOn: boolean; | ||
@@ -68,2 +75,6 @@ connections: Map<string, Connection>; | ||
}; | ||
orientation: "landscape" | "portrait"; | ||
theme: "DEFAULT" | "DARK" | "LIGHT"; | ||
quality: "low" | "med" | "high"; | ||
mode: "video-and-audio" | "audio"; | ||
}) => void; | ||
@@ -80,2 +91,3 @@ stopRecording: () => void; | ||
}; | ||
theme: "DEFAULT" | "DARK" | "LIGHT"; | ||
}) => void; | ||
@@ -89,2 +101,6 @@ stopLiveStream: () => void; | ||
}; | ||
orientation: "landscape" | "portrait"; | ||
theme: "DEFAULT" | "DARK" | "LIGHT"; | ||
quality: "low" | "med" | "high"; | ||
mode: "video-and-audio" | "audio"; | ||
}) => void; | ||
@@ -91,0 +107,0 @@ stopHls: () => void; |
@@ -37,2 +37,3 @@ export default useParticipant; | ||
* disableWebcam: () => void; | ||
* remove: () => void; | ||
* pin: (data: "SHARE_AND_CAM" | "CAM" | "SHARE") => void; | ||
@@ -128,2 +129,3 @@ * unpin: (data: "SHARE_AND_CAM" | "CAM" | "SHARE") => void; | ||
disableWebcam: () => void; | ||
remove: () => void; | ||
pin: (data: "SHARE_AND_CAM" | "CAM" | "SHARE") => void; | ||
@@ -130,0 +132,0 @@ unpin: (data: "SHARE_AND_CAM" | "CAM" | "SHARE") => void; |
@@ -29,2 +29,3 @@ export const eventEmitter: any; | ||
'hls-state-changed': string; | ||
'hls-playable-state-changed': string; | ||
'recording-state-changed': string; | ||
@@ -31,0 +32,0 @@ 'livestream-state-changed': string; |
{ | ||
"name": "@videosdk.live/react-sdk", | ||
"version": "0.1.67", | ||
"version": "0.1.68", | ||
"license": "ISC", | ||
@@ -75,5 +75,5 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@videosdk.live/js-sdk": "0.0.62", | ||
"@videosdk.live/js-sdk": "0.0.63", | ||
"events": "^3.3.0" | ||
} | ||
} |
@@ -40,3 +40,3 @@ <h1 align="center"> | ||
## Demo App | ||
Check out demo [here](https://videosdk.live/prebuilt/) | ||
Check out demo [here](https://demo.videosdk.live/conference-meeting/) | ||
@@ -84,3 +84,3 @@ ## Prerequisites | ||
Check the components and their usage in our [documentation](https://docs.videosdk.live/react/guide/video-and-audio-calling-api-sdk/getting-started). | ||
Check the components and their usage in our [documentation](https://docs.videosdk.live/react/guide/video-and-audio-calling-api-sdk/concept-and-architecture). | ||
@@ -87,0 +87,0 @@ ## Quick Start |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
408182
3578
+ Added@videosdk.live/js-sdk@0.0.63(transitive)
- Removed@videosdk.live/js-sdk@0.0.62(transitive)
Updated@videosdk.live/js-sdk@0.0.63