Closed fmiyahira closed 9 months ago
mine is it goes and opens playstore to download jitsi meet app.
This is caused by the fact that authentication is intended to redirect to Jitsi Meet App on meet.jit.si. Please consider using jaas: https://jaas.8x8.vc.
Try using "meet.engagemedia.org" instead of the "meet.jit.si/" as the serverURL.
Refer https://jitsi.github.io/handbook/docs/community/community-instances/#user--andor-community-run-jitsi-instances-by-region
var options = JitsiMeetConferenceOptions( serverURL: "https://meet.engagemedia.org", room: roomName, configOverrides: { "startWithAudioMuted": . . .
You'll need to implement deep linking yourself depending on how your jitsi server does auth.
meet.jit.si is configured to work with the official apps.
Hello! When I enter a room and click to be a moderator, I need to login in the browser. After I logged in, nothing happened. I am not redirected back to the app. Is it normal?