how to change flutter jitsi meet ServerUrl?

Viewed 21

hello i have created my own server but when i set it in the options it still uses the default is there a way to change the default URL or any other solution for changing user interface

  var options = JitsiMeetingOptions(
      roomNameOrUrl: 'name',
      serverUrl: 'https://meet.xxx.app:xxxx/',
    );

0 Answers
Related