summary refs log tree commit diff
path: root/src/WebRTCSession.h
diff options
context:
space:
mode:
authortrilene <trilene@runbox.com>2020-09-25 10:26:36 -0400
committertrilene <trilene@runbox.com>2020-09-25 10:26:36 -0400
commit3f73853e4b71b67ab6c8ced2dd4eb1e7f473025e (patch)
tree634c964effe292a5f1e093e5179a341e5f10df09 /src/WebRTCSession.h
parentclang-format (diff)
downloadnheko-3f73853e4b71b67ab6c8ced2dd4eb1e7f473025e.tar.xz
Move ActiveCallBar Qml to separate file
Diffstat (limited to 'src/WebRTCSession.h')
-rw-r--r--src/WebRTCSession.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/WebRTCSession.h b/src/WebRTCSession.h
index 9593def9..83cabf5c 100644
--- a/src/WebRTCSession.h
+++ b/src/WebRTCSession.h
@@ -47,7 +47,8 @@ public:
         bool acceptAnswer(const std::string &sdp);
         void acceptICECandidates(const std::vector<mtx::events::msg::CallCandidates::Candidate> &);
 
-        bool toggleMuteAudioSource();
+        bool isMicMuted() const;
+        bool toggleMicMute();
         void end();
 
         void setStunServer(const std::string &stunServer) { stunServer_ = stunServer; }