General Information
On 24th of May, 2012 we have released Windows 32bit versions:
- ISL Light Client 3.4.0 (release_date=2012-04-17, revision=24608)
- ISL Light Desk 3.4.0 (release_date=2012-04-17, revision=24608)
- Desktop plugin 1.3.5 (release_date=2012-04-17, revision=24402)
- Recording Plugin 1.3.1 (release_date=2012-04-17, revision=24488)
Upgrading to new version
Hosted service users please check Upgrading Hosted Service.
Server license users please check Upgrading Server License.
Improvements
Major improvements
- Added posibility to change currently used server from settings dialog
- Added feature to send recording file path to ISL Conference Proxy and http integration
New features
ISL Light - Desktop-Win - Added posibility to change currently used server from settings dialog [ISLLIGHT-279] More
DescriptionISL Light Desk should can change currently used server from settings dialog. This is usefull in case when server assigned from load balancing is not optimal or when a specific network setup causes ISL Light to use fallback mechanism and connects to random server.
ISL Light - Desktop-Win - Added feature to send recording file path to ISL Conference Proxy and http integration [ISLLIGHT-277] More
DescriptionWhen recording is enabled in ISL Light, file path is sent to ISL Conference Proxy and HTTP notification with location of recording file is send to back-end system (when http notification integration is used).
ISL Light - Desktop-Win - Added support for Mailslot notification [ISLLIGHT-278] More
DescriptionNotifications with Window messages are clumsy when you want to send more information that three numbers at once. Mailslots are more suitable for this task and are now supported in ISL Light 3.4.0.
To enable Mailslot notifications add command line switch --notification-slot <url_encoded_string>. Url_encoded_string should include "name" parameter that defines the slot on local computer.
Example:
starting desk command line: --get-code --username demo --password demo --notification-slot "name=isl_1584&some_other_data=bla_desk" --auto-close
starting client command line: --connect 65588416 --notification-slot "name=isl_1584&some_other_data=bla_client" --auto-close