24 October 2022

  • Web SDK v1.0.7

  • What's New

    • Added a config flag for the Symbl class named disableOnDeviceChange. If set to true, any device change handling is disabled.
    • Example:
const symbl = new Symbl({
  appId,
  appSecret,
  disableOnDeviceChange: true
});