Skip to content

Releases: Azure/Communication

Azure Communication Calling iOS SDK version 2.6.0

10 Aug 22:18
58d838d
Compare
Choose a tag to compare

Azure Communication Calling iOS SDK version 2.6.0

Features Added

  • New Teams captions feature that allows ACS users to enable closed captions in Teams meeting and allows Microsoft 365 users on ACS SDK to use closed captions in one to one and group calls. Users will also have the ability to update spoken language for the call and caption language for themselves (requires Teams Premium).
  • Added support for user facing diagnostics feature.

Bugs Fixed

  • Fixes issues with building targeting Apple Silicon Simulators when installing via CocoaPods.

Azure Communication Calling iOS SDK version 2.6.0-beta.1

20 Jul 22:38
c14eb11
Compare
Choose a tag to compare

Azure Communication Calling iOS SDK version 2.6.0-beta.1

Features Added

  • Added support for simulators on M1 machines.
  • Added support for Background Blur Video Effect for local video streams.
  • Added support for Raw Outgoing Video.
  • Added support for Raw Audio.
  • Various miscellaneous updates.

Azure Communication Calling iOS SDK version 2.5.1

14 Jul 17:55
5637600
Compare
Choose a tag to compare

Azure Communication Calling iOS SDK version 2.5.1

Features Added

  • Added support for simulators on M1 machines.

Azure Communication Calling iOS SDK version 2.5.0

10 Jul 20:44
7fc4b77
Compare
Choose a tag to compare

Azure Communication Calling iOS SDK version 2.5.0

Features Added

  • Added support for Background Blur Video Effect for local video streams.
  • Added support for Raise Hand feature on ACS and Teams meetings.
  • Added support for joining a Room.

Bugs Fixed

  • Fixed the issue where outgoing video is available and cannot be turned off when User turns off camera while in Lobby.
  • Fixed bug when incoming call is not picked up by the receiver and not able to place any other calls.
  • Fix bug when raw audio stops and start event is raised.

Azure Communication Calling iOS SDK version 2.4.1

13 Jun 22:29
c6f15b9
Compare
Choose a tag to compare

Azure Communication Calling iOS SDK version 2.4.1

Bugs Fixed

  • Fixed issue with handling incoming call when the app is running in background or in kill mode.

Azure Communication Calling iOS SDK version 2.4.0

26 May 23:18
fe49e42
Compare
Choose a tag to compare

Azure Communication Calling iOS SDK version 2.4.0

Features Added

  • Added support for Callkit Integration
  • Application will be able to configure call capabilities with CallKitOptions.
  • Application will be able to pass the means to reach a call recipient and the display name with CallKitRemoteInfo.
  • Application will be able to use reportIncomingCallToCallKit to handle notification when the app is in kill state.
  • Added support for Raw Outgoing Video
  • Added support for Raw Audio

Azure Communication Calling iOS SDK version 2.3.0

14 Apr 21:35
3e75438
Compare
Choose a tag to compare

Azure Communication Calling iOS SDK version 2.3.0

Features Added

  • Dominant Speakers
    • Dominant speakers is an extended feature that allows you to obtain a list of the active speakers in the call. The dominant speakers list can change dynamically according to the activity of the participants on the call.

Azure Communication Calling iOS SDK version 2.3.0-beta.5

11 Apr 20:49
2498094
Compare
Choose a tag to compare

Azure Communication Calling iOS SDK version 2.3.0-beta.5

Features Added

  • New Teams captions feature that allows ACS users to enable closed captions in Teams meeting and allows Microsoft 365 users on ACS SDK to use closed captions in one to one and group calls. Users will also have the ability to update spoken language for the call and caption language for themselves (requires Teams Premium).
  • New raise Hand feature on ACS and Teams meetings.
  • New user facing diagnostics feature.
  • CallKit support improvements.

Azure Communication Calling iOS SDK version 2.3.0-beta.4

06 Jan 18:00
db89b65
Compare
Choose a tag to compare

Azure Communication Calling iOS SDK version 2.3.0-beta.4

Bug Fixes

  • Fixed a bug when unmute speaker not working when call started with microphone muted.

Azure Communication Calling iOS SDK version 2.3.0-beta.3

26 Dec 16:12
88325b1
Compare
Choose a tag to compare

Azure Communication Calling iOS SDK version 2.3.0-beta.3

Features Added

Added support for EU Data Boundary(EUDB)

Bug Fixes

  • Fixed a bug when call was started with audio muted, the options were not being read in the CallKit implementation.

Breaking Changes

  • Removing AudioDeviceCategory enumeration.
  • Removing audioDeviceCategory property from LocalAudioStream and RemoteAudioStream.
  • Removing init(audioDeviceCategory: AudioDeviceCategory).