Bump flatpak dependency
This commit is contained in:
parent
df65093374
commit
29cb065102
2 changed files with 5 additions and 5 deletions
|
|
@ -230,9 +230,9 @@ CallManager::handleEvent(const RoomEvent<CallInvite> &callInviteEvent)
|
|||
return std::tolower(c1) == std::tolower(c2);
|
||||
}) != sdp.cend();
|
||||
|
||||
nhlog::ui()->debug(std::string("WebRTC: call id: {} - incoming ") +
|
||||
(isVideo ? "video" : "voice") + " CallInvite from {}",
|
||||
nhlog::ui()->debug("WebRTC: call id: {} - incoming {} CallInvite from {}",
|
||||
callInviteEvent.content.call_id,
|
||||
(isVideo ? "video" : "voice"),
|
||||
callInviteEvent.sender);
|
||||
|
||||
if (callInviteEvent.content.call_id.empty())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue