summaryrefslogtreecommitdiff
path: root/indra/llwebrtc/llwebrtc_impl.h
diff options
context:
space:
mode:
authorRoxanne Skelly <roxanne@roxiware.com>2024-08-19 08:14:44 -0700
committerGitHub <noreply@github.com>2024-08-19 08:14:44 -0700
commit1c7bc351d60788a7d8fadb5a460d2bf7223cc19a (patch)
treeb8914600245b781674cee7ece9e02600e91c61e5 /indra/llwebrtc/llwebrtc_impl.h
parent0f3ffb0fad721740f20ed5c7a74f4ceade6d46b6 (diff)
parent2dae5a880de2e8b24ad0b36cc4d634187b97979b (diff)
Merge pull request #2328 from secondlife/roxie/webrtc-airpod-fixes
Diffstat (limited to 'indra/llwebrtc/llwebrtc_impl.h')
-rw-r--r--indra/llwebrtc/llwebrtc_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llwebrtc/llwebrtc_impl.h b/indra/llwebrtc/llwebrtc_impl.h
index c5b32123eb..f8a7873af8 100644
--- a/indra/llwebrtc/llwebrtc_impl.h
+++ b/indra/llwebrtc/llwebrtc_impl.h
@@ -278,6 +278,8 @@ class LLWebRTCImpl : public LLWebRTCDeviceInterface, public webrtc::AudioDeviceS
// enables/disables capture via the capture device
void setRecording(bool recording);
+ void setPlayout(bool playing);
+
protected:
LLWebRTCLogSink* mLogSink;