Bug 209138

Summary: Make CoreAudioCaptureSourceFactoryIOS an AudioSession::InterruptionObserver
Product: WebKit Reporter: youenn fablet <youennf>
Component: WebRTCAssignee: youenn fablet <youennf>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric.carlson, ews-watchlist, glenn, hta, jer.noble, philipj, sergio, tommyw, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.