jitsi-meet-react-sdk
jitsi-meet-react-sdk copied to clipboard
React SDK for Jitsi Meet
i've encountred a problem between the spinner unmount and the loading of the iframe. in the video bellow on slow internet, the user doesn't know if the iframe is loaded...
**Details** I have an application with having Django backend and React Webapp frontend and a React native mobile app (react native). Earlier I was using an unofficial Jitsi package on...
Problem Statement: In meeting users face many different kind of problems like network issue microphone or video issue, so we get its relative error notifications, so we need a way...
 Throws the error below when working with Astro + Vite `[vite] Error when evaluating SSR module /src/components/meeting.jsx: failed to import "@jitsi/react-sdk" node_modules\@jitsi\react-sdk\lib\index.js:1 export * from './components'; ^^^^^^`
when i paste jitsi sdk link in my setting.gradle.kts in android studio. This shows unexpected token error
version 1.3.0 The following gets completly ignored. ``` ... interfaceConfigOverwrite={{ MOBILE_APP_PROMO: false, SHOW_JITSI_WATERMARK: false, DISABLE_JOIN_LEAVE_NOTIFICATIONS: true, SHOW_BRAND_WATERMARK: false, SHOW_POWERED_BY: false, SHOW_PROMOTIONAL_CLOSE_PAGE: false, JITSI_WATERMARK_LINK: '', }} ... ``` When inspecting the...
I'm trying to automatically start the recording for the meeting as soon as the user joins. So far I have tried both of the following: ```js onApiReady={(externalApi) => { externalApi.executeCommand("startRecording",...
Hi all ! I'm trying to test my app with Jest and using the sdk. However, as soon as I try to test a component using JitsiMeeting, impossible. Just in...
I learned that jitsi has added the whiteboard function, but after using the react-sdk 1.3.0 version on my app, there is still no whiteboard button on the web side, what...
Hello, here is my React JitsiMeeting component : Despite the true values in participantsPane, I have the ‘Mute microphone’ button in participants pane:  I also tested by creating a...