You can use your ac as a security camera and watching live video straight from the iPhone, iPod touch, iPad or Mac. Enter the following command to automatically accept incoming FaceTime calls on your Mac.
defaults write com.apple.FaceTime AutoAcceptInvites -bool true
Setup a FaceTime call your Mac and automatically the video feed will be show up.
Disable auto accept with
defaults write com.apple.FaceTime AutoAcceptInvites -bool false
Hello,
I have no idea what I am doing wrong, I went to terminal under utilities in the applications and entered the code to auto answer, but I cannot get it to work, it simply just rings.
I have mountain lion, what am I doing wrong?
Worked fine for me, using 10.8.2. Fired up Terminal, copy and pasted the above, and away you go 🙂
work like charm , thanks
it accept calls from all callers
is there ay way that i can get from specified caller
yes, in terminal type:
defaults write com.apple.FaceTime AutoAcceptInvitesFrom -array-add apple_id@apple.com
I want to set up the same thing with my Apple iPad air … How do I do that? Thanks in advance