Bug 209138 - Make CoreAudioCaptureSourceFactoryIOS an AudioSession::InterruptionObserver
Summary: Make CoreAudioCaptureSourceFactoryIOS an AudioSession::InterruptionObserver
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-03-16 07:59 PDT by youenn fablet
Modified: 2020-03-16 11:22 PDT (History)
11 users (show)

See Also:


Attachments
Patch (5.01 KB, patch)
2020-03-16 08:03 PDT, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2020-03-16 07:59:44 PDT
Make CoreAudioCaptureSourceFactoryIOS an AudioSession::InterruptionObserver
Comment 1 youenn fablet 2020-03-16 08:03:20 PDT
Created attachment 393654 [details]
Patch
Comment 2 Eric Carlson 2020-03-16 08:52:57 PDT
Comment on attachment 393654 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=393654&action=review

> Source/WebCore/ChangeLog:8
> +        Instead of listening to Audiosession interruptions, CoreAudioCaptureSourceFactoryIOS is now relying on AudioSession directly.

s/Audiosession/AudioSession/
Comment 3 WebKit Commit Bot 2020-03-16 09:51:11 PDT
Comment on attachment 393654 [details]
Patch

Clearing flags on attachment: 393654

Committed r258506: <https://trac.webkit.org/changeset/258506>
Comment 4 WebKit Commit Bot 2020-03-16 09:51:12 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2020-03-16 09:52:14 PDT
<rdar://problem/60498307>
Comment 6 youenn fablet 2020-03-16 11:22:17 PDT
(In reply to Eric Carlson from comment #2)
> Comment on attachment 393654 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=393654&action=review
> 
> > Source/WebCore/ChangeLog:8
> > +        Instead of listening to Audiosession interruptions, CoreAudioCaptureSourceFactoryIOS is now relying on AudioSession directly.
> 
> s/Audiosession/AudioSession/
Ooops, did not see that.