Eagle 3D Streaming

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

To setVolume you have to pass the expected column as a float value through a the JSON object. our system will collect that float from json object and set webpage sound at that Volume.
vgalue have to be in between 0 to 1

Please note that sending any value kind of value other then float (min="0" max="1" )might create issues that we did not tested yet.

Syntex:

{"cmd":"setVolume","value":"0.5”}

To get an idea of how to setup a b;blueprint node, you can check this doc:
https://eagle3dstreaming.atlassian.net/l/cp/1epw1mVh

  • No labels