-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show Meeting over apps . #259
Comments
What is your question? |
there is any supported feature to enable meeting activity to show as dialog over apps like zoom and massnger apps ? |
Yes, it should work by default on Android. |
its not work with me , if its need some configuration please share it with me . |
It should work out of the box. What SDK sample app did you try? |
i just apply this sdk implementation('org.jitsi.react:jitsi-meet-sdk:+') for android sdk . |
Please start by running the test app here: https://github.com/jitsi/jitsi-meet-sdk-samples/tree/master/android/java/JitsiSDKTest |
still not working also . |
Did you test the sample app without any changes? |
no , its not build on my local machine , i just compare with my code . |
Mate, it's really difficult to help you if you only share half of what you are doing, and zero logs. |
yes , i can get my logs with |
Full logs and device specs please. |
device spec : different devices with android 14 and 15 , also emulator and real device and that is complete logs : |
How did you integrate the SDK? I don't see JitsiMeetActivity in the traceback. |
yes , i create custom activity which implement JitsiMeetActivityInterface |
Does it work when you use JitsiMeetActivity? |
when make my custom activity extend from JitsiMeetActivity get this exception : androidx.fragment.app.Fragment$InstantiationException: Unable to instantiate fragment com.swmansion.rnscreens.ScreenFragment: calling Fragment constructor caused an exception at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4048) |
Please share a small project that reproduces the problem. |
@androidentrypoint
} |
that is crash |
PlI are share a project, not just the activity. |
there is feature can be used to make video meeting to show as window over apps.
The text was updated successfully, but these errors were encountered: