Skip to content

Commit

Permalink
Azure Communication Calling iOS SDK 2.7.0-beta.1 (#1593)
Browse files Browse the repository at this point in the history
Co-authored-by: Xu Mo <[email protected]>
  • Loading branch information
xumo-95 and Xu Mo authored Aug 17, 2023
1 parent 708915b commit 4c9dfc7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AzureCommunicationCalling",
"version": "2.6.0",
"version": "2.7.0-beta.1",
"summary": "Azure Communication Calling Service client library for iOS",
"description": "This package contains the Calling client library for Azure Communication\nServices.",
"homepage": "https://github.com/Azure/azure-sdk-for-ios",
Expand All @@ -17,7 +17,7 @@
},
"swift_versions": "5.0",
"source": {
"http": "https://github.com/Azure/Communication/releases/download/v2.6.0/AzureCommunicationCalling-2.6.0.zip"
"http": "https://github.com/Azure/Communication/releases/download/v2.7.0-beta.1/AzureCommunicationCalling-2.7.0-beta.1.zip"
},
"source_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h",
"public_header_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = "2.6.0";
MARKETING_VERSION = "2.7.0-beta.1";
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -300,7 +300,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = "2.6.0";
MARKETING_VERSION = "2.7.0-beta.1";
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
10 changes: 10 additions & 0 deletions sdk/communication/AzureCommunicationCalling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Release History

## 2.7.0-beta.1 (2023-08-17)

### Features Added
* Added support for media stats.
* Updated Captions feature.
* Updated Network Diagnostics feature.
* Added support for Video Constraints.
* Added support for unmixed audio.

## 2.6.0 (2023-08-10)
### 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).
Expand Down

0 comments on commit 4c9dfc7

Please sign in to comment.