forked from jitsi/jitsi-meet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RN] locationURL instead of inviteURL
The value of inviteURL is derived from locationURL by removing the hash and query/search params in order to make it fit for display and/or public purposes. The Jitsi Meet SDK consumers do not fall into that category and our intention is to provide them with the URL they used with JitsiMeetView.openURL(URL) anyway. Also rewrites to remove repetition. I'm not saying the new source code is better really but at least I got to examine it and comment on some of its weaknesses.
- Loading branch information
Showing
1 changed file
with
46 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters