summaryrefslogtreecommitdiff
path: root/indra/llwebrtc/llwebrtc_impl.h
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-08-20 08:37:10 +0800
committerErik Kundiman <erik@megapahit.org>2024-08-20 08:37:10 +0800
commit6f5e0c4174a8cc263397bfac51e6130c39b728b4 (patch)
tree9dfbd3ef1cec73bd68975a6febfc360f5b68318e /indra/llwebrtc/llwebrtc_impl.h
parentb7afbe59c42a3e6e92f712153172364f4ebaa5e2 (diff)
parent75a5cd62d7f63f642d4d88fafc955aaf22f471e7 (diff)
Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into 2024.06-atlasaurus
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 bc9b7762dd..6543b2718c 100644
--- a/indra/llwebrtc/llwebrtc_impl.h
+++ b/indra/llwebrtc/llwebrtc_impl.h
@@ -285,6 +285,8 @@ class LLWebRTCImpl : public LLWebRTCDeviceInterface
// enables/disables capture via the capture device
void setRecording(bool recording);
+ void setPlayout(bool playing);
+
protected:
LLWebRTCLogSink* mLogSink;