jitsi / jitsi-meet-sdk-samples

Jitsi Meet mobile SDK examples (Android, iOS and React Native)
Apache License 2.0
283 stars 240 forks source link

Customise the Login Popup #255

Closed Anasmirza20 closed 3 weeks ago

Anasmirza20 commented 4 weeks ago

Hi @saghul

Is there any way to customize the login popup from the viewer side? I would like to display a custom message along with a button that says "Please Wait...". Could you let me know if this is achievable within the SDK? Thank you!

WhatsApp Image 2024-10-20 at 11 15 45 (1)

saghul commented 4 weeks ago

What customization do you have in mind? Are you using JaaS?

Anasmirza20 commented 3 weeks ago

As shown in the screenshot above, there’s a login popup for the viewer, which I'd like to customize. Instead, I want to display a "Please wait..." popup for the viewer until the moderator joins the call. I'm currently using Android SDK version 10.2.1.

saghul commented 3 weeks ago

@Calinteodor Do you remember if we added an option to disable the login button?

Calinteodor commented 3 weeks ago

@saghul Yes, there is a prop called isConfirmHidden which defaults to false.

saghul commented 3 weeks ago

Can you pl share which config override does it?

Calinteodor commented 3 weeks ago

There is no config override. We only have the possibility to hide it using that component property from above, but we don't want to do that. Unfortunately this is not configurable.

Anasmirza20 commented 3 weeks ago

Can the modification be done in the Android SDK to customise this popup? @saghul @Calinteodor

Anasmirza20 commented 3 weeks ago

And, I couldn't find this property "isConfirmHidden" in the SDK, It would be great If you provide the documentation link. Thanks

Calinteodor commented 3 weeks ago

@saghul Yes, there is a prop called isConfirmHidden which defaults to false.

Sorry about this, maybe I overcomplicated the situation more than it should. Please don't take this in consideration. We don't offer the possibility to customise that modal popup, yet. We also don't have any config option to do it.

Anasmirza20 commented 3 weeks ago

What about the manual customisation of the SDK? @saghul @Calinteodor