-
Notifications
You must be signed in to change notification settings - Fork 240
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
Hide “Leave Meeting” button for Moderator #250
Comments
That is not currently possible, sorry. |
@saghul Can I do some customisation from my side, like modifying the SDK and importing it as an AAR? |
You could do that yes. |
Just one thing, I want to know before digging into this. It can be customizable and written in kotlin? |
No, the SDK is written in JavaScript with React Native. |
Can you please let me know which file contains this button in the SDK so that I can comment out this functionality from my side? |
Hi Team,
I would like to know how I can customize the end-call functionality after upgrading the SDK on the Android side. Currently, when the moderator clicks the end call, two options appear: "Leave Meeting" and "End meeting for all".
My requirement is to hide the "Leave Meeting" option and only show "End meeting for all" to the moderator.
SDK Information:
I am using the following SDK version in my Android project:
implementation ('org.jitsi.react:jitsi-meet-sdk:10.1.0') { transitive = true }
The text was updated successfully, but these errors were encountered: