Releases: Azure/Communication
Releases · Azure/Communication
Azure Communication Calling iOS SDK version 2.6.0
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
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
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
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
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
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
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
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
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
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 fromLocalAudioStream
andRemoteAudioStream
. - Removing
init(audioDeviceCategory: AudioDeviceCategory)
.