5.1.4
Release Overview
New Features
Developer Logging
We introduced a logging system to provide you with additional details when integrating the Slyce SDK into your application. By default, you no logging is enabled, but you can set the debugging level to warn, error, or info.
Improved slyce.open() behavior
If you try to open the Slyce instance more then once in your application the SDK handles this more robustly. If the SDK is already open with the same credentials, it returns immediately. If you try to open Slyce with different credentials, it throws an error. If you call slyce.open() twice both instances return either success or failure.