diff options
| author | Roxie Linden <roxie@lindenlab.com> | 2023-12-08 12:09:02 -0800 |
|---|---|---|
| committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-22 23:11:36 -0800 |
| commit | 2a375d25dc2bb6e063d8e596ce3b4bd2c61cd96b (patch) | |
| tree | f168514ac98b9c83da11e9570481280327d9b3dc /indra/llwebrtc/llwebrtc_impl.h | |
| parent | 4d37d1c32f7998b45786dd2de596019b6ba3269d (diff) | |
fix device selection (hopefully)
Diffstat (limited to 'indra/llwebrtc/llwebrtc_impl.h')
| -rw-r--r-- | indra/llwebrtc/llwebrtc_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llwebrtc/llwebrtc_impl.h b/indra/llwebrtc/llwebrtc_impl.h index cc22c30f35..6a84f67ef5 100644 --- a/indra/llwebrtc/llwebrtc_impl.h +++ b/indra/llwebrtc/llwebrtc_impl.h @@ -273,6 +273,7 @@ class LLWebRTCPeerConnectionImpl : public LLWebRTCPeerConnection, void OnMessage(const webrtc::DataBuffer& buffer) override; // Helpers + void resetMute(); void enableSenderTracks(bool enable); void enableReceiverTracks(bool enable); |
