Custom Screen / UI for Android

Hi Team,
I started using using Jitsi android sdk, everything works fine. Now I want to customize the meeting lobby UI as per my requirements. So how can I do that ?
Do I need to modify it from the Jitsi meet main repository( GitHub - jitsi/jitsi-meet: Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application. ) or in the android sdk repo ( jitsi-maven-repository/releases at master · jitsi/jitsi-maven-repository · GitHub )?
If it is from the main repo, after doing that, how can I make an android sdk repo?
Please help me out.

Thanks.

You’ll need to modify the main sources and then build your own SDK with them. Instructions here: Android SDK | Jitsi Meet

Actually I’m new to react native, the basic setup is done correctly by following the instructions, so for testing purpose I just replaced my icons with existing names in the main repo, but how can I see the UI or run it, I tried to build an sdk from the instructions link you provided, but the second step does nothing for me.

What step ./android/scripts/release-sdk.sh /tmp/repo ?

yes

What output do you get?

I didn’t get any output, I think this step ( ./android/scripts/release-sdk.sh /tmp/repo ) has to create with repo folder path right ?, but it didn’t happened.
So does the main repo supports on windows to develop / build the sdk repo ?

No, Windows is not supported. You must run that command in a macOS or Linux environment.

okay, So my screens customization in the main repo and also to build the sdk can be done only using macOS or Linux environment right ?

Short answer: yep. Longer one: it may work on Windows, but we don’t test there, so if there are any bugs you are on your own, sorry.

Okay.
Thank you for your patient answers saghul.