mirror of
https://github.com/airmessage/airmessage-server.git
synced 2026-04-25 16:55:50 +03:00
[GH-ISSUE #30] FaceTime does nothing if display is turned off/sleeping, buffers operations to when display is on #28
Labels
No labels
bug
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/airmessage-server#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @andre4ik3 on GitHub (Aug 11, 2022).
Original GitHub issue: https://github.com/airmessage/airmessage-server/issues/30
Like the title says. Attempting to FaceTime while screen is off (but system is still on) will do nothing, giving "Unable to complete FaceTime" error. Going back to the Mac, turning the display on (even hours later!) will cause the call to start right there and then, even though the client is no longer "there". Obviously on my machine there is no screen, it is a Mac mini, but still.
This becomes an even bigger issue considering the fact that, by default, disconnecting from a screen share will put the display to sleep.
Workaround I found (only applies to headless machines):
sudo defaults write /Library/Preferences/com.apple.RemoteManagement RestoreMachineState -bool NOto keep display on when disconnecting