question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Shared link does not join the meeting directly

See original GitHub issue

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>`

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:16 (16 by maintainers)

github_iconTop GitHub Comments

1reaction
saghulcommented, May 12, 2020

You don’t see the Jitsi Meet activity launching?

0reactions
gungorhafizecommented, May 15, 2020

This issue is about communicating between running activities! Thanks for your replies best regards!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Meetings Scheduled via MS Teams have no "Join Microsoft ...
Meetings Scheduled via MS Teams have no "Join Microsoft Teams Meeting" links and can't be joined. Discussion Options.
Read more >
Microsoft Teams – Creating and Sharing a Link to a Meeting
Students who join a meeting using a shared meeting link will not have access to recordings. Instead, schedule course lecture meetings using ...
Read more >
Find and send the Join Teams Meeting link
Find the Join Microsoft Teams Meeting link for a meeting you created and send it to someone who needs to join.
Read more >
How to join a Microsoft Teams meeting as a guest - YouTube
This Microsoft Teams tutorial will show you how to join and participate in meetings with both internal and external users.
Read more >
How to Accept and Join a Microsoft Teams Meeting
It is important to join the meeting from the proper meeting link. Accepting a Teams Meeting Invitation by Email. 1. When Teams meetings...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found