Fix build without voip

pull/1356/head
Nicolas Werner 2 years ago
parent 720e7fceec
commit 36e5ef1a1f
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 2
      src/voip/WebRTCSession.cpp

@ -1159,7 +1159,7 @@ WebRTCSession::end()
#else
bool
WebRTCSession::havePlugins(bool, std::string *)
WebRTCSession::havePlugins(bool, bool, std::string *)
{
return false;
}

Loading…
Cancel
Save