lint
This commit is contained in:
parent
147dc9d4da
commit
6793bdf3fd
5 changed files with 18 additions and 9 deletions
|
|
@ -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 &)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue