= Mexcla HTML5 client = MF/Pl administers a [wiki:freeswitch-mexcla-html5 html5 client] for our [wiki:freeswitch-mexcla mexcla] simultaneous interpretation conference call system. It's installed on mcchesney.mayfirst.org. It's configured via an Alias directive /etc/apache2/sites-enabled/live.mayfirst.org.ssl, so that the location /mexcla points to /home/webrtc/mexcla-html5/web. Our code, which is [https://git.mayfirst.org/?p=mfpl/mexcla-html5.git;a=summary accessible by git] is checked out in web. It can be updated to the latest version by running: `git pull` from the web directory. NOTE: The index.es.html and index.en.html pages are generated by the `generate-pages` script and are ''not'' checked into the repo. Please edit the index.base file and then, after pulling your changes on the live site, run: {{{ ./generate-pages "/mexcla" }}} To generate the new files. It depends on the [https://freeswitch.org/confluence/display/FREESWITCH/mod_verto verto] - a protocol specific to freeswitch which provides a method for a web site to communicate with freeswitch over secure web sockets. This module is enabled in our freeswitch installation, and the appropriate javascript library files are checked into our git repo above. The javascript library files live in the html5 directory of the [https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse freeswitch git repo]. In addition, it depends on [wiki:freeswitch our freeswitch server] and [wiki:freeswitch-mexcla-webrtc2sip several webrtc2sip components].