Bug 209904

Summary: [iOS] Allow WebKit to use camera in multi-tasking mode
Product: WebKit Reporter: Eric Carlson <eric.carlson>
Component: WebRTCAssignee: Eric Carlson <eric.carlson>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, glenn, hta, jer.noble, philipj, sergio, tommyw, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Eric Carlson 2020-04-02 07:01:43 PDT
Allow WebKit to use camera in multi-tasking mode
Comment 1 Eric Carlson 2020-04-02 07:08:21 PDT
Created attachment 395265 [details]
Patch
Comment 2 Eric Carlson 2020-04-02 07:09:02 PDT
<rdar://problem/60986797>
Comment 3 youenn fablet 2020-04-02 07:11:54 PDT
Comment on attachment 395265 [details]
Patch

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

> Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm:398
> +#if PLATFORM(IOS_FAMILY)

Should probably be: #if PLATFORM(IOS_FAMILY) && !PLATFORM(WATCHOS) && !PLATFORM(APPLETV).
Comment 4 Eric Carlson 2020-04-02 08:54:00 PDT
Comment on attachment 395265 [details]
Patch

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

>> Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm:398
>> +#if PLATFORM(IOS_FAMILY)
> 
> Should probably be: #if PLATFORM(IOS_FAMILY) && !PLATFORM(WATCHOS) && !PLATFORM(APPLETV).

This file isn't compiled for watch or AppleTV
Comment 5 EWS 2020-04-02 09:00:01 PDT
Committed r259388: <https://trac.webkit.org/changeset/259388>

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