More image dialog fixes

This commit is contained in:
Nicolas Werner 2022-05-10 03:19:53 +02:00
parent 8f6ed458a6
commit a6b2be112b
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
35 changed files with 95 additions and 50 deletions

View file

@ -1152,7 +1152,8 @@ WebRTCSession::acceptAnswer(const std::string &)
void
WebRTCSession::acceptICECandidates(const std::vector<mtx::events::msg::CallCandidates::Candidate> &)
{}
{
}
bool
WebRTCSession::isMicMuted() const
@ -1168,10 +1169,12 @@ WebRTCSession::toggleMicMute()
void
WebRTCSession::toggleLocalPiP()
{}
{
}
void
WebRTCSession::end()
{}
{
}
#endif