You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
The dial & dialPhoneNumber APIs will have the error description in case of failure.
Access token invalidation or expiry will result in the SDK APIs returning Unauthorized error inside the completion handlers.
Updated
The Phone.processPushNotification(msg : String, handler: CompletionHandler<PushNotificationResult>) handler to return error in case of any failure. The error object will have the error code and error description.
Completion handlers returning InternalError will have error descriptions.