Skip to content

Support MLM

Compare
Choose a tag to compare
@aanunez aanunez released this 22 Feb 19:22
· 19 commits to master since this release

Previously the Audio Recorder EM would wait for Shazam to load before attaching to buttons on the form, but did not wait for the multi-language module to load. This resulted in usage of the MLM breaking the Audio Recorder EM. We now correctly wait for the MLM to load before attaching events.

Additionally the follow functions are now exposed and can be used with "onclick" on an html element rather than needing to define a CSS selector in the EM's config. In the future this will be the standard way to configure the EM.

  • AudioRecorder.start
  • AudioRecorder.stop
  • AudioRecorder.upload
  • AudioRecorder.download
  • AudioRecorder.init