diff options
author | trilene <trilene@runbox.com> | 2020-09-25 10:26:36 -0400 |
---|---|---|
committer | trilene <trilene@runbox.com> | 2020-09-25 10:26:36 -0400 |
commit | 3f73853e4b71b67ab6c8ced2dd4eb1e7f473025e (patch) | |
tree | 634c964effe292a5f1e093e5179a341e5f10df09 /src/WebRTCSession.h | |
parent | clang-format (diff) | |
download | nheko-3f73853e4b71b67ab6c8ced2dd4eb1e7f473025e.tar.xz |
Move ActiveCallBar Qml to separate file
Diffstat (limited to 'src/WebRTCSession.h')
-rw-r--r-- | src/WebRTCSession.h | 3 |
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; } |