jitsi-meet: Shared link does not join the meeting directly

I’m using jitsi sdk, when I shared link for invite someone to my ongoing meeting, the user that invited does not join meeting directly. It redirects to login menu ( conference name entering)

Here is my intent filters configurations:

`
<intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter>

        <intent-filter>
            <action android:name="android.intent.action.VIEW" />
            <category android:name="android.intent.category.BROWSABLE" />
            <category android:name="android.intent.category.DEFAULT" />
            <data android:host="meet.mymeet.com.tr:5741" android:scheme="https" />
        </intent-filter>

        <intent-filter>
            <action android:name="android.intent.action.VIEW" />
            <category android:name="android.intent.category.BROWSABLE" />
            <category android:name="android.intent.category.DEFAULT" />
            <data android:scheme="net.jitsi.mymeet" />
        </intent-filter>`

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 16 (16 by maintainers)

Most upvoted comments

You don’t see the Jitsi Meet activity launching?