diff --git a/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json b/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json index f29fd7da2..567757fa6 100644 --- a/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json +++ b/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json @@ -1,6 +1,6 @@ { "name": "AzureCommunicationCalling", - "version": "2.6.1", + "version": "2.7.0-beta.3", "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.6.1/AzureCommunicationCalling-2.6.1.zip" + "http": "https://github.com/Azure/Communication/releases/download/v2.7.0-beta.3/AzureCommunicationCalling-2.7.0-beta.3.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 9f14ec066..16de28c4d 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.6.1"; + MARKETING_VERSION = "2.7.0-beta.3"; 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.6.1"; + MARKETING_VERSION = "2.7.0-beta.3"; 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 3d1e736e7..fffdbacfa 100644 --- a/sdk/communication/AzureCommunicationCalling/CHANGELOG.md +++ b/sdk/communication/AzureCommunicationCalling/CHANGELOG.md @@ -1,5 +1,18 @@ # Release History +## 2.7.0-beta.3 (2023-10-05) + +### Features Added +* Added support for Spotlight Feature. +* Added support for CallNetworkOptions that allows setting up proxy address. +* Added support for CallDebugInfo. +* Various miscellaneous updates. + +### Bug Fixes +* Fixed crash while turning off and switching local video stream. +* Fixed crash while raising cameras updated event. +* Known issue: Crash while switching cameras rapidly. + ## 2.6.1 (2023-08-29) ### Bug Fixes