Version 0.2.5
Changes
The version comes with following new features, alongside usual code improvements and bug fixes.
Support dynamic username
Starting this version, the host application can specify a custom username for the user to be shown in the chat thread.
let configuration = NINSiteConfigurationImpl(userName:"some_name")
self.ninchatSession = NINChatSession(configKey: configKey, configuration: configuration)
Support auto queue configurations
Starting this version, the server can ask the SDK to join a queue automatically by setting audienceAutoQueue :queue_id
in the site configuration. The feature will be overridden if a queue id is specified during the SDK initialization.
Bug fixes
The following bugs are also fixed: