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(call): Fix call notification when being pinged again after leavin… #13979

Merged

Conversation

nickvergessen
Copy link
Member

…g a call

☑️ Resolves

Fix #13966

The participant had joined the call, but left again.
In this case we should not ring any more, but clients stop
pinging the endpoint 45s after receiving the push anyway.
However, it is also possible that the participant was ringed
again by a moderator after they had joined the call before.
So if a client pings the endpoint after 45s initial ringing
+ 15 seconds for worst case push notification delay, we will
again tell them to show the call notification.

🛠️ API Checklist

🚧 Tasks

  • I don't feel like making an integration test that waits 60+ seconds, so can't add a test for this.

🏁 Checklist

  • ⛑️ Tests (unit and/or integration) are included or not possible
  • 📘 API documentation in docs/ has been updated or is not required
  • 🔖 Capability is added or not needed

@nickvergessen nickvergessen added 3. to review bug feature: api 🛠️ OCS API for conversations, chats and participants feature: call 📹 Voice and video calls labels Dec 11, 2024
@nickvergessen nickvergessen added this to the 🖤 Next Major (31) milestone Dec 11, 2024
@nickvergessen nickvergessen self-assigned this Dec 11, 2024
Copy link
Contributor

@Antreesy Antreesy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested with Desktop client

@nickvergessen nickvergessen merged commit 8b25305 into main Dec 11, 2024
75 checks passed
@nickvergessen nickvergessen deleted the bugfix/13966/call-notification-for-ringing-someone-again branch December 11, 2024 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review bug feature: api 🛠️ OCS API for conversations, chats and participants feature: call 📹 Voice and video calls
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Call notification state api does not handle leaving in between notifications
3 participants