Changelog
Voximplant iOS Kit Chat Core SDK changelog
1.2.0
New
Introduced the API to handle invalid credentials error. VIKitChat.openConnection API now returns .invalidClientId, .invalidToken, .invalidChannelUuid errors if VIKitChat has been initialized with invalid credentials.
Introduced the VIRegion enum that represents account regions for a mobile channel.
1.1.0
New
Introduced: VIConnectionError.interrupted API
Improvements
Fixed: the VIKitChat.closeConnection API does not close the connection to Voximplant Kit that is currently being established
Fixed: the VIKitChat instance cannot be deinitialized if the connection to Voximplant Kit is open
Fixed: a crash occurs during the deinitialization of the VIKitChat instance when another VIKitChat instance is being initialized
1.0.1
New
SPM: The Voximplant Kit Chat UI SDK is now integrated via a separate Package.swift from the ios-kit-chat-ui-sdk-releases repository
Improvements
SDK logs improvements
1.0.0
Initial release