From 1fa86c56c677e0b5d43980eae59184074138b780 Mon Sep 17 00:00:00 2001 From: xumo-95 <77996101+xumo-95@users.noreply.github.com> Date: Tue, 23 Jan 2024 09:50:29 -0800 Subject: [PATCH] AzureCommunicationCalling 2.8.0 (#1677) * AzureCommunicationCalling 2.8.0 * fix typo * Update sdk/communication/AzureCommunicationCalling/CHANGELOG.md Co-authored-by: Travis Prescott --------- Co-authored-by: Xu Mo Co-authored-by: Travis Prescott --- .../AzureCommunicationCalling.podspec.json | 4 ++-- .../AzureCommunicationCalling.xcodeproj/project.pbxproj | 4 ++-- sdk/communication/AzureCommunicationCalling/CHANGELOG.md | 6 ++++++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json b/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json index fddb93bdf..8d4705732 100644 --- a/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json +++ b/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json @@ -1,6 +1,6 @@ { "name": "AzureCommunicationCalling", - "version": "2.8.0-beta.3", + "version": "2.8.0", "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", @@ -17,7 +17,7 @@ }, "swift_versions": "5.0", "source": { - "http": "https://github.com/Azure/Communication/releases/download/v2.8.0-beta.3/AzureCommunicationCalling-2.8.0-beta.3.zip" + "http": "https://github.com/Azure/Communication/releases/download/v2.8.0/AzureCommunicationCalling-2.8.0.zip" }, "source_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h", "public_header_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h", diff --git a/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.xcodeproj/project.pbxproj b/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.xcodeproj/project.pbxproj index a3ee08b9b..2b2b6e515 100644 --- a/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.xcodeproj/project.pbxproj +++ b/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.xcodeproj/project.pbxproj @@ -275,7 +275,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = "2.8.0-beta.3"; + MARKETING_VERSION = "2.8.0"; PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -300,7 +300,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = "2.8.0-beta.3"; + MARKETING_VERSION = "2.8.0"; PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; diff --git a/sdk/communication/AzureCommunicationCalling/CHANGELOG.md b/sdk/communication/AzureCommunicationCalling/CHANGELOG.md index fed9b4522..cc6791f34 100644 --- a/sdk/communication/AzureCommunicationCalling/CHANGELOG.md +++ b/sdk/communication/AzureCommunicationCalling/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +## 2.8.0 (2024-01-23) + +### Features Added +* Added support for Teams Meeting Lobby. +* Added support for Outgoing Audio Filters to allow configuring of settings for echo cancellation, automatic gain control, and noise suppression. + ## 2.8.0-beta.3 (2023-12-29) ### Features Added