Skip to content
Snippets Groups Projects
Commit aab6cb88 authored by trilene's avatar trilene
Browse files

Fix build for those without GStreamer

parent 3f73853e
No related branches found
No related tags found
No related merge requests found
......@@ -790,7 +790,13 @@ WebRTCSession::createPipeline(int)
}
bool
WebRTCSession::toggleMuteAudioSource()
WebRTCSession::isMicMuted() const
{
return false;
}
bool
WebRTCSession::toggleMicMute()
{
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment