Skip to content
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

fix: delete invites if it exist before creating the call - EXO-73838 #327

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

ahamdi
Copy link
Member

@ahamdi ahamdi commented Aug 21, 2024

In some cases, the call invites is not removed when the call ends. Thus when trying to start the call again, the call could not be recreate"d as the invite is still available inside the INVITES table.
Teh fix will check the invites and delete them to allow recreating new invites when the call is recreated.

@ahamdi ahamdi requested review from mkrout and rdenarie August 21, 2024 16:03
@ahamdi ahamdi self-assigned this Aug 21, 2024
Copy link

sonarcloud bot commented Aug 21, 2024

@ahamdi ahamdi merged commit 87a1edc into feature/maintenance Aug 21, 2024
8 checks passed
@ahamdi ahamdi deleted the fix/EXO-73838 branch August 21, 2024 18:43
exo-swf pushed a commit that referenced this pull request Aug 23, 2024
…327)

In some cases, the call invites is not removed when the call ends. Thus when trying to start the call again, the call could not be recreate"d as the invite is still available inside the INVITES table.
The fix will check the invites and delete them to allow recreating new invites when the call is recreated.
ahamdi added a commit that referenced this pull request Aug 23, 2024
…XO-73838 (#327)

In some cases, the call invites is not removed when the call ends. Thus when trying to start the call again, the call could not be recreated as the invite is still available inside the INVITES table.
The fix will check the invites and avoid recreating new invites when the call is recreated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants