diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-08-20 08:37:10 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-08-20 08:37:10 +0800 |
commit | 6f5e0c4174a8cc263397bfac51e6130c39b728b4 (patch) | |
tree | 9dfbd3ef1cec73bd68975a6febfc360f5b68318e /indra/llwebrtc/llwebrtc_impl.h | |
parent | b7afbe59c42a3e6e92f712153172364f4ebaa5e2 (diff) | |
parent | 75a5cd62d7f63f642d4d88fafc955aaf22f471e7 (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.h | 2 |
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; |