From 8b28d4729194e8d04b00fce62cbb13e66e347538 Mon Sep 17 00:00:00 2001 From: xumo-95 <77996101+xumo-95@users.noreply.github.com> Date: Mon, 24 Jul 2023 14:18:28 -0700 Subject: [PATCH] AzureCommunicationCalling 2.6.0-beta.1 (#1584) Co-authored-by: Xu Mo --- .../AzureCommunicationCalling.podspec.json | 4 ++-- .../AzureCommunicationCalling.xcodeproj/project.pbxproj | 4 ++-- sdk/communication/AzureCommunicationCalling/CHANGELOG.md | 9 +++++++++ 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json b/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json index 17107eb56..78b3ff075 100644 --- a/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json +++ b/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json @@ -1,6 +1,6 @@ { "name": "AzureCommunicationCalling", - "version": "2.5.1", + "version": "2.6.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", @@ -17,7 +17,7 @@ }, "swift_versions": "5.0", "source": { - "http": "https://github.com/Azure/Communication/releases/download/v2.5.1/AzureCommunicationCalling-2.5.1.zip" + "http": "https://github.com/Azure/Communication/releases/download/v2.6.0-beta.1/AzureCommunicationCalling-2.6.0-beta.1.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 1d8dd3c09..97c46fc5e 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.5.1"; + MARKETING_VERSION = "2.6.0-beta.1"; 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.5.1"; + MARKETING_VERSION = "2.6.0-beta.1"; 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 99f862690..55213bba0 100644 --- a/sdk/communication/AzureCommunicationCalling/CHANGELOG.md +++ b/sdk/communication/AzureCommunicationCalling/CHANGELOG.md @@ -1,5 +1,14 @@ # Release History +## 2.6.0-beta.1 (2023-07-20) + +### 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. + ## 2.5.1 (2023-07-14) ### Features Added