Move ActiveCallBar Qml to separate file
This commit is contained in:
parent
44cfc8d22a
commit
3f73853e4b
10 changed files with 166 additions and 147 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue