Fix build for those without GStreamer
This commit is contained in:
parent
3f73853e4b
commit
aab6cb88a5
@ -790,7 +790,13 @@ WebRTCSession::createPipeline(int)
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
WebRTCSession::toggleMuteAudioSource()
|
WebRTCSession::isMicMuted() const
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool
|
||||||
|
WebRTCSession::toggleMicMute()
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user