v1.28.0
YuliaGrigorieva
released this
21 Jan 18:09
·
107 commits
to master
since this release
- Update native Android and iOS modules to use Voximplant Android SDK 2.29.1 and Voximplant iOS SDK 2.46.1
- Introduce new APIs to restore the connection to the Voximplant Cloud if it was closed due to network issues during a call:
- ClientEvents.Reconnecting - notifies
that the connection to the Voximplant Cloud is lost and the client is reconnecting - ClientEvents.Reconnected - notifies
that the connection to the Voximplant Cloud is restored - ClientState.RECONNECTING - client state
representing that the client is reconnecting to the Voximplant Cloud - CallEvents.CallReconnecting - notifies
that the SDK is reconnecting to the Voximplant Cloud and media streams may not be active - CallEvents.CallReconnected - notifies
that the SDK is successfully reconnected to the Voximplant Cloud and media streams are restored - CallError.RECONNECTING - call error
that informs that a call operation cannot be completed while a call is reconnecting
- ClientEvents.Reconnecting - notifies
- Fix for #139
- Fix for #136
- Breaking changes for iOS: VIClientModule (native iOS module) is renamed to RNVIClientModule.
If VIClientModule is used in the application AppDelegate, it is required to change its name in the import statement and API method call
- Breaking changes for iOS: VIClientModule (native iOS module) is renamed to RNVIClientModule.