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-08 18:34:01 -0800
commit63dcf25452fcd19580c60a19f802b240f99a8aee (patch)
tree4dae32c710de006387a651f4fb33ece1ed46e6cd /indra/llwebrtc
parente92e4d762ec5b2c122f17edb1a18b21ef6166e8b (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: