jitsi / jitsi-meet-flutter-sdk

Jitsi Meet plugin for Flutter
Apache License 2.0
31 stars 25 forks source link

Redirect after login #11

Closed fmiyahira closed 2 months ago

fmiyahira commented 8 months ago

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?

Simulator Screenshot - iPhone SE (3rd generation) - 2023-09-06 at 12 02 16

Simulator Screenshot - iPhone SE (3rd generation) - 2023-09-06 at 12 02 26

Simulator Screenshot - iPhone SE (3rd generation) - 2023-09-06 at 12 02 34

Simulator Screenshot - iPhone SE (3rd generation) - 2023-09-06 at 12 02 44

jenkinsernest commented 8 months ago

mine is it goes and opens playstore to download jitsi meet app.

gabiborlea commented 7 months ago

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.

theekshitha-vijaykumar commented 2 months ago

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": . . .

saghul commented 2 months ago

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.