Skip to content

Releases: webex/webex-ios-sdk

3.13.0

21 Aug 11:15
c8869c9
Compare
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
Compare
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
Compare
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.

3.11.2

07 May 15:25
5a8ea33
Compare
Choose a tag to compare

What's Changed

Added

  • New delegate WebexAuthDelegate to receive all authentication-related event callbacks.
  • New delegate function onReLoginRequired() in WebexAuthDelegate to notify when user auth token becomes stale or revoked and re-login is required.

3.11.1

08 Apr 15:16
113681e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.11.0...3.11.1

  • H264 prompt is removed for video and screen share flows.
  • Made Webex class singleton.
  • Made webex.initialize() method thread safe and added check to avoid multiple initializations.
  • Fixed: Call Failed issue during rejoin after host ends the meeting for all and starts again.

3.11.0

13 Feb 11:27
3ba16dd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.10.1...3.11.0

Release Information
Release Date: 13 Feb, 2024
Features Added

  • New error enums InviteParticipantError, MakeHostError, and ReclaimHostError for call participant errors.
  • APIs for inviting a participant, reclaiming host role, and assigning host role in calls.
  • Fields isPresenter, isCohost, and isHost added to CallMembership.
  • Enum case CallError.cannotStartInstantMeeting for errors starting instant meetings.
  • Messaging module removed from size-optimized WxC SDK.

Fixes

  • Addition of parent field in postMessage APIs to support message threads.

3.10.1

12 Dec 13:57
36c0d28
Compare
Choose a tag to compare

This release includes product mode capability API, general improvements and bug fixes.

3.10.0

16 Oct 17:02
7fd87bb
Compare
Choose a tag to compare

This release includes Closed Captions API's, Presence Status API's and bug fixes.

3.9.2

11 Aug 16:25
20a3d9b
Compare
Choose a tag to compare

New API's Phone.dialPhoneNumber CallHistoryRecord.isPhoneNumber added.

This release includes a new WebexCalling-only SDK along with the standard Full SDK, and Meeting SDK. All the SDKs are independent of each other. Developers can use either one of them to fulfil their use case.

WebexCalling SDK : Webex/Wxc

This SDK supports only WebexCalling feature
It does not support CUCM calling or Space calling

3.9.1

20 Jun 12:03
4a59bf7
Compare
Choose a tag to compare

This release includes a new WebexCalling-only SDK along with the standard Full SDK, and Meeting SDK. All the SDKs are independent of each other. Developers can use either one of them to fulfil their use case.

WebexCalling SDK : Webex/Wxc

This SDK supports only WebexCalling feature
It does not support CUCM calling or Space calling