-
Notifications
You must be signed in to change notification settings - Fork 509
"409 Conflict" on joining a second time in the same conversation #3591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
nickvergessen
merged 22 commits into
master
from
bugfix/3415/conflict-on-joining-a-second-time
Jul 1, 2020
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
f5198c0
Optionally return 409 when trying to join a second time
nickvergessen 5e6a21b
Also support guests to prevent breaking their sessions
nickvergessen d5c42d8
Return session id, in call flag and last ping
nickvergessen 9db6853
Always ask if we can join if we are not reloading the page
nickvergessen 6b36032
Ask for confirmation to join in case of session conflict
nickvergessen cd81c6e
Automatically force join if the session is "old"
nickvergessen da78e4c
Add documentation for the conflict handling
nickvergessen 5bce99b
Leave the room with the old session
nickvergessen ee2632b
Further pass on the sessionId to leaveRoomAsParticipant
nickvergessen 61134a0
Handle duplicated sessions more gracefully with the internal signaling
nickvergessen dd48b52
Better handle 404 error as well as all other undefined scenarios
nickvergessen 9fc01a6
Show session conflict warning when a session joins again for your own…
nickvergessen 9775215
Redirect to a plain page to avoid reconnections
nickvergessen 237d2f5
Send a signal to disconnect the old session before killing it
nickvergessen 5f83e23
Don't show call state when asking to kill the other session
nickvergessen 389d7b6
Trigger a vue event when SessionStorage "joined_conversation" changes
nickvergessen d54249f
Don't kill the previous session when we navigate away
nickvergessen eba73a3
Handle the disinvite event properly when the session was kicked
nickvergessen 0f2176b
Add a hack to check if the dialog was closed via the X
nickvergessen 1efead6
If the user has no participant anymore, it was not a conflict
nickvergessen 0c729f0
Fix mixin state also when the component is loaded after the state alr…
nickvergessen e5c75cb
Update the session and the call flag when force joining
nickvergessen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.