diff options
author | Roxie Linden <roxie@lindenlab.com> | 2023-12-04 14:26:12 -0800 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-22 23:11:35 -0800 |
commit | dd250273f476a96e60e7953915d76f6e2dd765ec (patch) | |
tree | b918e4c2352f9a7a021ecc6d37bb2729ea78708a /indra/llwebrtc | |
parent | 4f4f9032cb56712b2b514b5eea46ddda54b4094b (diff) |
missed file
Diffstat (limited to 'indra/llwebrtc')
-rw-r--r-- | indra/llwebrtc/llwebrtc_impl.h | 3 |
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: |