Use right linter
This commit is contained in:
parent
a6b2be112b
commit
90da39313f
28 changed files with 35 additions and 67 deletions
|
|
@ -1152,8 +1152,7 @@ WebRTCSession::acceptAnswer(const std::string &)
|
|||
|
||||
void
|
||||
WebRTCSession::acceptICECandidates(const std::vector<mtx::events::msg::CallCandidates::Candidate> &)
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
||||
bool
|
||||
WebRTCSession::isMicMuted() const
|
||||
|
|
@ -1169,12 +1168,10 @@ WebRTCSession::toggleMicMute()
|
|||
|
||||
void
|
||||
WebRTCSession::toggleLocalPiP()
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
||||
void
|
||||
WebRTCSession::end()
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue