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
Add Comment