diff options
author | Roxie Linden <roxie@lindenlab.com> | 2024-01-09 11:57:01 -0800 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-08 18:35:21 -0800 |
commit | 7246f55290abda53c211b335e01f9a9182c7513f (patch) | |
tree | dd5bbaa9fe690b2c533a98b20e529e4bc90c7d3e /indra/llwebrtc/llwebrtc_impl.h | |
parent | 23b065b0f1f8620e91a41f5538dfc1ff3077037e (diff) |
New WebRTC with echo cancellation fix.
Also, start/stop recording depending on whether WebRTC has negotiated.
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 6a84f67ef5..884e107527 100644 --- a/indra/llwebrtc/llwebrtc_impl.h +++ b/indra/llwebrtc/llwebrtc_impl.h @@ -162,6 +162,8 @@ class LLWebRTCImpl : public LLWebRTCDeviceInterface LLWebRTCPeerConnection * newPeerConnection(); void freePeerConnection(LLWebRTCPeerConnection * peer_connection); + void setRecording(bool recording); + protected: std::unique_ptr<rtc::Thread> mNetworkThread; |