Under-display camera behavior during FaceTime

When a persistent camera session such as FaceTime is active on the inner display, the under-display camera becomes visible. What is the behavior when such a session is active and the user switches to my app, where some content, such as Navigation titles, normally sits in the region of the camera? Will the camera become hidden again and show in FaceTime that the call participant's camera is unavailable, or is there some other behavior of which I as an app developer should be aware? Thank you!

Answered by DTS Engineer in 906586022

Hi @JKStudios,

The under-display FaceTime camera is always visible over the app. Use the reserved region API to adjust your layout to avoid occlusion or division regions, like the camera, status bar, or Dynamic Island. For more detail, see the post below:

How to know when active regions are changing?

https://developer.apple.com/forums/thread/847876?answerId=906445022#906445022

Cheers,

Paris X Pinkney |  WWDR | DTS Engineer

Hi @JKStudios,

The under-display FaceTime camera is always visible over the app. Use the reserved region API to adjust your layout to avoid occlusion or division regions, like the camera, status bar, or Dynamic Island. For more detail, see the post below:

How to know when active regions are changing?

https://developer.apple.com/forums/thread/847876?answerId=906445022#906445022

Cheers,

Paris X Pinkney |  WWDR | DTS Engineer

Under-display camera behavior during FaceTime
 
 
Q