24 October 2022
about 2 years ago by Victor Chapel
-
Web SDK v1.0.7
-
What's New
- Added a config flag for the Symbl class named
disableOnDeviceChange
. If set totrue
, any device change handling is disabled. - Example:
- Added a config flag for the Symbl class named
const symbl = new Symbl({
appId,
appSecret,
disableOnDeviceChange: true
});
- For source code, see Release Web SDK v1.0.7 | github.com.