jitsi / jitsi-meet-sdk-samples

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

Conference time not displayed while we use another server url #132

Closed aivision369 closed 2 years ago

aivision369 commented 2 years ago

I have integrated this sdk and its working fine but I would like to know that when I use different Server Url then conference time will not display on top. I have added this .setFeatureFlag("conference-timer.enabled",true) featured flag also while I user different server url but still not display conference time.

1.While use JitsiMeet server url then conference time will be display JitsiMeet_1

  1. While use different server url then conference time will not be display Screenshot_20220210-142904 - Copy

I have checked other all the cases, featured flags but this is the only reason to display conference time, so I would like to know that is there any effect with conference time while we change the server url? @saghul

saghul commented 2 years ago

The conference time requires confirmation on the server side. If you don't enable it on the server it won't be available.