Appease the linter
This commit is contained in:
parent
e06ff1ac1f
commit
b6751ab01e
@ -236,7 +236,7 @@ CallManager::handleEvent(const RoomEvent<CallInvite> &callInviteEvent)
|
||||
|
||||
nhlog::ui()->debug("WebRTC: call id: {} - incoming {} CallInvite from {}",
|
||||
callInviteEvent.content.call_id,
|
||||
(isVideo ? "video" : "voice"),
|
||||
(isVideo ? "video" : "voice"),
|
||||
callInviteEvent.sender);
|
||||
|
||||
if (callInviteEvent.content.call_id.empty())
|
||||
|
@ -682,13 +682,11 @@ WebRTCSession::toggleMuteAudioSrc(bool &)
|
||||
|
||||
void
|
||||
WebRTCSession::end()
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
||||
void
|
||||
WebRTCSession::refreshDevices()
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
||||
std::vector<std::string>
|
||||
WebRTCSession::getAudioSourceNames(const std::string &)
|
||||
|
Loading…
Reference in New Issue
Block a user