Skip to content

1.3.7

Compare
Choose a tag to compare
@isaacakakpo1 isaacakakpo1 released this 26 Jul 11:52
· 6 commits to main since this release

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
}

Full Changelog: 1.3.6...1.3.7