I am using the jitsi meet package for flutter and I have typed the code as per the documentation https://pub.dev/packages/jitsi_meet of the package, but still, there is some error in the app. The error says The setter ‘featureFlag’ isn’t defined for the type ‘JitsiMeetingOptions’. Try importing the library that defines ‘featureFlag’, correcting the name to ..
Category : jitsi
Hi I had integrated Jitsi Meet SDK with my flutter application but how can I set a specific person as a moderator and moreover unmute option is available to everyone how can I enable it to the moderator and disable that feature to everyone. I had tried this approach to make someone as a moderator ..
I am using the Jitsi Flutter plugin in conjunction with 8×8’s Jitsi-as-a-Service offering to integrate video calls into my mobile app. Immediately after joining a meeting, the call ends and Jitsi closes. The logs indicate that the underlying Jitsi Meet SDK is unable to fetch config.js from 8×8: E/JitsiMeetSDK(10937): [features/base/lib-jitsi-meet] Failed to load config from ..
I want to modify the video streaming coming from Jitsi Meet in flutter for adding effects. And I also want to change the default conferencing view and show the frames in my own custom view. But I am unable to access the frame using the library provided by Jitsi. How can I get the frame ..
I have the following setup: My app is a react-native app and one of its views is a custom native component that renders RCTRootView for ios and ReactRootView for android and actually loads another react-native instance with another js bundle. This other react native app is actually Jitsi mobile sdks. These native react views are ..
I have a server mounted and functional, I am making my own app for android, with the sdk that is provided, but I can’t get it to connect to my server, it always links to the official meet.jit server. JitsiMeetConferenceOptions options = new JitsiMeetConferenceOptions.Builder () .setServerURL (new URL ("https: // meet. ownserver.com ")) Looking at ..
I’m doing an event where some people will be walking around with mobile phones and at several locations there will be QR codes. The mobile phone users need to be able to scan the QR codes to get into a face-to-face chat with distant participants on laptops. I’m planning on using Jitsi Meet as the ..
Hi, I am trying to include in my project using react-native-webrtc react native module but I am getting the following error. The main tip is that I got the same error when I used jitsi. Has anyone encountered this problem before? I’ve never seen a similar anywhere. 1. Application is receiving build success 2. App ..
I am using CameraX on my app and I am also using JistiMeetView. When I start the app, I can open the activity that contains CameraX and the camera can start. When I open the activity with JitsiMeetView, I correctly join the room, but when I exit the jitsi activity and go back to the ..
I am seeking help to integrate Chat in Flutter using open-source applications such as JITSI or Mattermost, If anyone has experience in it please help. Source: Android..
Recent Comments