summary refs log tree commit diff
path: root/src/CallManager.h
diff options
context:
space:
mode:
authortrilene <trilene@runbox.com>2021-01-07 09:48:25 -0500
committertrilene <trilene@runbox.com>2021-01-07 09:48:25 -0500
commitcf8a47503f8f74a04bf0bb95b95ca189a6c6a19c (patch)
tree151078e9f4dbe15141e09a1d31ad59eab78843ce /src/CallManager.h
parentColor and icon button spacing fixes (diff)
downloadnheko-cf8a47503f8f74a04bf0bb95b95ca189a6c6a19c.tar.xz
Fix device discovery under GStreamer 1.16
Diffstat (limited to '')
-rw-r--r--src/CallManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CallManager.h b/src/CallManager.h

index 75768ee1..7d388efd 100644 --- a/src/CallManager.h +++ b/src/CallManager.h
@@ -53,6 +53,7 @@ public: public slots: void sendInvite(const QString &roomid, bool isVideo); void syncEvent(const mtx::events::collections::TimelineEvents &event); + void refreshDevices() { session_.refreshDevices(); } void toggleMicMute(); void toggleCameraView() { session_.toggleCameraView(); } void acceptInvite();