Support for clients without a webcam #9
Loading…
x
Reference in New Issue
Block a user
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?
If the client doesn't have a webcam, don't force them to stare at an empty box with "Connecting..." inside of it. Also, we still want to gang stalk them in other ways, so don't close the program just because we can't see them.
Currently, this is already implemented and just needs to be tested.
using Device Manager to temporarily disable my camera, i was able to get rid of the box in
f847abd
. however, the tts timer relied on the camera being initialized; gonna fix that in the next commit.