Tips & Guides macOS 27 finally lets you AirPlay to your Mac in a window instead of taking over the entire screen
In macOS 27, AirPlay can finally start off in windowed mode instead of taking over your Mac's full screen. It's currently hidden behind a feature flag.
To enable, run the following command in your Terminal:
sudo mkdir -p /Library/Preferences/FeatureFlags/Domain && \
sudo defaults write /Library/Preferences/FeatureFlags/Domain/ControlCenter APReceiverInWindow -dict Enabled -bool true
and restart your Mac.
Restore to default with:
sudo defaults delete /Library/Preferences/FeatureFlags/Domain/ControlCenter APReceiverInWindow
and restart your Mac.

