Move ActiveCallBar Qml to separate file

This commit is contained in:
trilene 2020-09-25 10:26:36 -04:00
parent 44cfc8d22a
commit 3f73853e4b
10 changed files with 166 additions and 147 deletions

View file

@ -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; }