summary refs log tree commit diff
path: root/src/CallDevices.h
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2021-02-25 19:16:18 +0000
committerGitHub <noreply@github.com>2021-02-25 19:16:18 +0000
commit0bf3f4634d41bb2bf12c331d2da9078862812cd4 (patch)
treece308fa2a0d7d6295ff9ef722b7031b24c745543 /src/CallDevices.h
parentFix unaligned reads (diff)
parentRestore voice/video calls (diff)
downloadnheko-0bf3f4634d41bb2bf12c331d2da9078862812cd4.tar.xz
Merge pull request #484 from trilene/screenshare-x11
Support screen sharing on X11
Diffstat (limited to 'src/CallDevices.h')
-rw-r--r--src/CallDevices.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CallDevices.h b/src/CallDevices.h

index 2b4129f1..6d9e18c6 100644 --- a/src/CallDevices.h +++ b/src/CallDevices.h
@@ -19,7 +19,6 @@ public: return instance; } - void refresh(); bool haveMic() const; bool haveCamera() const; std::vector<std::string> names(bool isVideo, const std::string &defaultDevice) const;