Qiscus Chat SDK (core) v1.2.0 (XCode 11.2)
ariefnurputranto
released this
19 Nov 05:29
·
121 commits
to master
since this release
Changelog
- Change default RealtimeURL
- Change default BrokerUrl
Fix Bugs
- Fix delay connect to realtime when using setupWithCustomServer
Notes
*** if you using customServer and not using LB, please don't set brokerLBUrl.
for example
//new func
QiscusCore.setupWithCustomServer(AppID: APP_ID, baseUrl: baseUrl, brokerUrl: brokerUrl, brokerLBUrl: nil)
//old func
QiscusCore.setup(WithAppID: APP_ID, server: QiscusServer(url:baseUrl, realtimeURL: brokerUrl, realtimePort: 1885, brokerLBUrl: nil))