Appease the linter

This commit is contained in:
Nicolas Werner 2020-08-14 09:01:56 +02:00
parent e06ff1ac1f
commit b6751ab01e
2 changed files with 3 additions and 5 deletions

View File

@ -236,7 +236,7 @@ CallManager::handleEvent(const RoomEvent<CallInvite> &callInviteEvent)
nhlog::ui()->debug("WebRTC: call id: {} - incoming {} CallInvite from {}", nhlog::ui()->debug("WebRTC: call id: {} - incoming {} CallInvite from {}",
callInviteEvent.content.call_id, callInviteEvent.content.call_id,
(isVideo ? "video" : "voice"), (isVideo ? "video" : "voice"),
callInviteEvent.sender); callInviteEvent.sender);
if (callInviteEvent.content.call_id.empty()) if (callInviteEvent.content.call_id.empty())

View File

@ -682,13 +682,11 @@ WebRTCSession::toggleMuteAudioSrc(bool &)
void void
WebRTCSession::end() WebRTCSession::end()
{ {}
}
void void
WebRTCSession::refreshDevices() WebRTCSession::refreshDevices()
{ {}
}
std::vector<std::string> std::vector<std::string>
WebRTCSession::getAudioSourceNames(const std::string &) WebRTCSession::getAudioSourceNames(const std::string &)