diff options
author | Roxie Linden <roxie@lindenlab.com> | 2023-09-13 14:49:42 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-22 23:11:33 -0800 |
commit | 8ba90d077381bf16b4ba03a0f530f76e770e69c1 (patch) | |
tree | 7fe5653bb09fbe43d2cbb266b6d78492445bae5d /indra/llwebrtc/llwebrtc_impl.h | |
parent | 5f267412f6f110a87583b547d27744d8760fc2ef (diff) |
Hook up speaker volume.
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 d439bd253d..5c6cfcdbc6 100644 --- a/indra/llwebrtc/llwebrtc_impl.h +++ b/indra/llwebrtc/llwebrtc_impl.h @@ -125,6 +125,7 @@ class LLWebRTCImpl : public LLWebRTCDeviceInterface, // LLWebRTCAudioInterface // void setMute(bool mute) override; + void setSpeakerVolume(float folume) override; // range 0.0-1.0 // // PeerConnectionObserver implementation. |