Smaller Language Files; Correct value of recorderType in the JS APIs.
Improvement Fix47 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.The value of
recorderTypepassed with theonReadyToRecord()(for embed code2.0) andonRecorderReady()(for embed code1.3) functions has been changed toHTML5to accurately reflect the recorder type. Previously, the value ofrecorderTypewas locked towebrtc, which was incorrect, since we do not use WebRTC. The documentation has also been checked as, a while a go, it contained erroneous values.