0

I'm using jitsi meet package for a video conferencing app, every thing is working perfectly when create a meeting with the default serverURL. as in the code :

enter image description here

the problem accur when deleting the // so my serverURL will be actif.so i got this:

enter image description here

any help please ?

MD ZDN
  • 209
  • 2
  • 8

1 Answers1

0

I fond a solution. you just have to add the ..token parameter. see the documentation https://pub.dev/packages/jitsi_meet#jitsimeetingoptions.

MD ZDN
  • 209
  • 2
  • 8
  • 1
    hello can i ask hot did you change the default serverurl i have created my own server and enabled feature flag for changing serverurl but it still uses the default ? – ialyzaafan Sep 24 '22 at 12:41
  • https://stackoverflow.com/questions/73829424/how-to-change-flutter-jitsi-meet-serverurl – ialyzaafan Sep 24 '22 at 12:41
  • I think you have a problem with your serveur, mine works normally by only changing the server url value. – MD ZDN Oct 26 '22 at 01:26
  • Do you know how can i change the interface for the meeting room – ialyzaafan Oct 27 '22 at 02:09