-
Notifications
You must be signed in to change notification settings - Fork 1.5k
fix(voip): suppress incoming voice calls locally when microphone denied #7354
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
Open
diegolmello
wants to merge
18
commits into
develop
Choose a base branch
from
fix/voip-incoming-mic-permission-gate
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
d3cc81d
fix(voip): gate incoming answer on microphone permission
diegolmello 7998b8f
fix(test): satisfy import/first in voipCallPermissions tests
diegolmello 80946af
fix(voip): harden mic-permission gate (never-reject + idempotent answer)
diegolmello 17ec3b7
fix(voip): pre-acquire mic at login; check-only incoming answer gate
diegolmello 74a2f93
docs(voip): bump FLOWS _Last verified for init + incoming flows
diegolmello fa804cd
fix(voip): reject incoming call at push layer when mic denied (Android)
diegolmello dd726d9
docs(voip): bump FLOWS _Last verified for §3 push-layer mic gate
diegolmello 7dbc55b
fix(voip): reject incoming call at push layer when mic denied (iOS)
diegolmello b878087
action: organized translations
diegolmello fd2e93a
fix(voip): observe init() rejection and clear answeringCallIds on reset
diegolmello 3ddeccd
fix(voip): suppress mic-denied incoming call locally, no server reject
diegolmello 681dfa8
docs(voip): bump FLOWS _Last verified for §3 suppress gate
diegolmello d0c79d5
chore(i18n): translate Microphone_access_needed_for_voice_calls into …
diegolmello c1281ff
refactor(voip): dedupe incoming-push staleness check and require expl…
diegolmello 73c396f
refactor(voip): pre-acquire microphone at the end of MediaSessionInst…
diegolmello ccb79eb
fix(voip): treat a microphone-request throw as denied but re-promptable
diegolmello 853fd5b
docs(voip): remove committed ADRs and ADR references; tighten gate co…
diegolmello f16b18e
docs(voip): bump FLOWS §1 _Last verified for pre-acquire-at-init move
diegolmello 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
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.
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.