Bug 228565 - [iOS] Ignore extra route change notifications
Summary: [iOS] Ignore extra route change notifications
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Eric Carlson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-07-28 13:20 PDT by Eric Carlson
Modified: 2021-07-28 14:43 PDT (History)
9 users (show)

See Also:


Attachments
Patch (3.00 KB, patch)
2021-07-28 13:32 PDT, Eric Carlson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Carlson 2021-07-28 13:20:27 PDT
`AVAudioSessionRouteChangeNotification` may fire multiple times inn quick succession when a microphone is attached or detached, ignore any received while recomputing device list.
Comment 1 Eric Carlson 2021-07-28 13:31:04 PDT
rdar://81037397
Comment 2 Eric Carlson 2021-07-28 13:32:14 PDT
Created attachment 434457 [details]
Patch
Comment 3 Jer Noble 2021-07-28 13:35:59 PDT
Comment on attachment 434457 [details]
Patch

r=me; nit, please add a bit more detail to the ChangeLog from the bugzilla bug about what problem this is attempting to fix, for posterity.
Comment 4 EWS 2021-07-28 14:43:45 PDT
Committed r280400 (240041@main): <https://commits.webkit.org/240041@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 434457 [details].