Fix build without voip

This commit is contained in:
Nicolas Werner 2023-02-08 21:21:53 +01:00
parent 720e7fceec
commit 36e5ef1a1f
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9

View file

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