summaryrefslogtreecommitdiff
path: root/indra/llwebrtc
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2023-12-04 14:26:12 -0800
committerRoxie Linden <roxie@lindenlab.com>2024-02-22 23:11:35 -0800
commitdd250273f476a96e60e7953915d76f6e2dd765ec (patch)
treeb918e4c2352f9a7a021ecc6d37bb2729ea78708a /indra/llwebrtc
parent4f4f9032cb56712b2b514b5eea46ddda54b4094b (diff)
missed file
Diffstat (limited to 'indra/llwebrtc')
-rw-r--r--indra/llwebrtc/llwebrtc_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llwebrtc/llwebrtc_impl.h b/indra/llwebrtc/llwebrtc_impl.h
index efb0d3add3..cc22c30f35 100644
--- a/indra/llwebrtc/llwebrtc_impl.h
+++ b/indra/llwebrtc/llwebrtc_impl.h
@@ -273,7 +273,8 @@ class LLWebRTCPeerConnectionImpl : public LLWebRTCPeerConnection,
void OnMessage(const webrtc::DataBuffer& buffer) override;
// Helpers
- void enableTracks(bool enable);
+ void enableSenderTracks(bool enable);
+ void enableReceiverTracks(bool enable);
protected: