InteractiveAdvertisingBureau / SIMID

Secure Interactive Media Interface Definition (SIMID)
https://interactiveadvertisingbureau.github.io/SIMID/
Apache License 2.0
45 stars 24 forks source link

Discrepancy between spec and simid_protocol.js for Creative:requestChangeVolume message #440

Open ajsf opened 9 months ago

ajsf commented 9 months ago

According to the SIMID spec, the name of the message for a creative volume change request is 'requestChangeVolume' - https://interactiveadvertisingbureau.github.io/SIMID/#simid-creative-requestChangeVolume

However, in simid_protocol.js at https://github.com/InteractiveAdvertisingBureau/SIMID/blob/master/examples/simid_protocol.js#L348, it is entered as 'requestVolume'.

What is the correct message name?