-
Notifications
You must be signed in to change notification settings - Fork 6
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
chore: observe only current call [WPB-3959] #3011
Conversation
Bencher
Click to view all benchmark results
Bencher - Continuous Benchmarking View Public Perf Page Docs | Repo | Chat | Help |
Datadog ReportBranch report: ✅ 0 Failed, 3093 Passed, 105 Skipped, 12.84s Total Time |
Quality Gate passedIssues Measures |
* chore: observe only current call * kotlin update * downgrade compose compiler and kotlin * version typo * tests fix
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
callerId
toCallMetadata
to not unnecessary execute db queries for current established callcallerId
parsing (it was parsed twice in some scenarios)ObserveEstablishedCallWithSortedParticipantsUseCase
to only listen for current call and to not sort participants on every call