Before High Sierra, I had the ability to automatically accept FaceTime calls in Mac OS X (within com.apple.FaceTime.plist). After I had a chat today with an Apple supporter, I know that it no longer works with the following code (it has never been officially supported):
<key>AutoAcceptInvites</key>
<true/>
<key>AutoAcceptInvitesFrom</key>
<array>
<string>myadress@foobar.com</string>
</array>
This functionality is very important for me. Does anybody know another workaround?