1.3.7
What's Changed
- Handle Push Notifications Fix
- Debug Stats
- Update Push Notifications Best Practices Section ReadMe
- Update the connect Method
Description
Migrated credential
and token
login to connect
Method:
We have migrated the individual login methods to connect to the socket and login simultaneously.
telnyxClient?.connect(it, credentialConfig!!, txPushMetaData,autoLogin: true)
Autologin is enabled by default. Suppose you use the new method with autoLogin
set to true. Kindly do not call the connect
method or the deprecated methods credential or token
login from the SocketStatus.ESTABLISHED -> onConnectionEstablished()
callback.
override fun onConnectionEstablished() {
//Socket is Connected
}
- Update README.md by @isaacakakpo1 in #347
- Is/update/deprecatedmethods by @isaacakakpo1 in #348
- Release 1.3.7 by @isaacakakpo1 in #346
Full Changelog: 1.3.6...1.3.7