diff options
author | Roxie Linden <roxie@lindenlab.com> | 2023-09-21 23:23:49 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-22 23:11:34 -0800 |
commit | 4624184f97a94cd99df3640f5fc1e596c30bbffe (patch) | |
tree | 1fff50bd81c97caff9024efcb56002442eb55e1d /indra/llwebrtc/llwebrtc.h | |
parent | dc56d0104d1c54fd2b9c6925cefbeac04eadcca8 (diff) |
send a message to the server when we're ready for data channel data
Diffstat (limited to 'indra/llwebrtc/llwebrtc.h')
-rw-r--r-- | indra/llwebrtc/llwebrtc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llwebrtc/llwebrtc.h b/indra/llwebrtc/llwebrtc.h index f1ba1620e3..d0d2834e3c 100644 --- a/indra/llwebrtc/llwebrtc.h +++ b/indra/llwebrtc/llwebrtc.h @@ -109,6 +109,7 @@ class LLWebRTCDataObserver { public: virtual void OnDataReceived(const std::string& data, bool binary) = 0; + virtual void OnDataChannelReady() = 0; }; class LLWebRTCDataInterface |