Skip to content

Releases: webex/webex-ios-sdk

3.16.1

15 Dec 10:25
93f6c9d

Choose a tag to compare

General bug fixes and improvements

3.16.0

24 Sep 08:46
2a6fde6

Choose a tag to compare

What's Changed

  • General bug fixes and improvements

3.15.1

28 Oct 05:19
7122a8e

Choose a tag to compare

Bug fixes and other improvements

3.15.0

21 Feb 13:57
20e41b6

Choose a tag to compare

What's Changed

  • New SDK variant “Webex-Message.” Released, a light weight SDK for Messaging.
  • General bug fixes and improvements

3.11.5

10 Jan 10:30
cc057c3

Choose a tag to compare

What's Changed

  • Handled Audio Interruption for Webex Calling calls

3.11.4

18 Dec 16:51
bc44e92

Choose a tag to compare

What's Changed

  • Fixed the issue where onIncomingCall was triggered before processPushNotification.
  • Resolved delays in onCallDisconnect events by properly handling Mercury events during app transitions.
  • Improved reporting of audio session deactivation to prevent one-way audio issues in calls.

3.14.0

13 Nov 12:41
b84c4f3

Choose a tag to compare

What's Changed

  • Receiver side speech enhancement (Bandwidth Extension)
  • General bug fixes and improvements

3.13.0

21 Aug 11:15
c8869c9

Choose a tag to compare

What's Changed

  • Audio dump for troubleshooting audio related issues.
  • General bug fixes and improvements

3.12.0

08 Jul 06:26
7350e68

Choose a tag to compare

What's new?

  • External USB Camera support for iPad on iOS 17 and above
  • Move meeting support to transfer your ongoing meeting to your other webex devices
  • General bug fixes and improvements

3.11.3

06 Jun 05:58
d71e462

Choose a tag to compare

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.