← All changelog entries

Smaller Language Files; Correct value of recorderType in the JS APIs.

Improvement Fix
  1. 47 unused entries were removed from the language XML files (en.xml, de.xml, es.xml, fr.xml). Out of 93, only 46 remained. This change reduces the size of each language XML file by approximately 38.4%, equivalent to 1kb in file size. The more significant win is that our recording client is now a lot easier to translate.

  2. The value of recorderType passed with theonReadyToRecord() (for embed code 2.0) and onRecorderReady() (for embed code 1.3) functions has been changed to HTML5 to accurately reflect the recorder type. Previously, the value of recorderType was locked to webrtc, which was incorrect, since we do not use WebRTC. The documentation has also been checked as, a while a go, it contained erroneous values.