Shared link does not join the meeting directly
See original GitHub issueI’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:
- Created 3 years ago
- Comments:16 (16 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You don’t see the Jitsi Meet activity launching?
This issue is about communicating between running activities! Thanks for your replies best regards!