Open Anasmirza20 opened 1 month ago
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 }