diff options
author | Roxie Linden <roxie@lindenlab.com> | 2023-09-13 14:49:42 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-08 18:34:01 -0800 |
commit | a2435aa1d07a972a8f3dc8dccfc5fdaf16c4a466 (patch) | |
tree | cddafd899de995a123551552bd4c4148fa493cc7 /indra/llwebrtc/llwebrtc_impl.h | |
parent | f99cfd84aa017a6bd76ff5b48d35f6afa3167f8b (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. |