This commit is contained in:
Nicolas Werner 2021-10-17 17:20:51 +02:00
parent 147dc9d4da
commit 6793bdf3fd
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
5 changed files with 18 additions and 9 deletions

View file

@ -1114,7 +1114,11 @@ WebRTCSession::haveLocalPiP() const
return false;
}
bool WebRTCSession::createOffer(webrtc::CallType, uint32_t) { return false; }
bool
WebRTCSession::createOffer(webrtc::CallType, uint32_t)
{
return false;
}
bool
WebRTCSession::acceptOffer(const std::string &)