Skip to content

Commit 94be8dc

Browse files
authored
Azure Communication Calling 2.16.0-beta.1 (#2085)
* Updating 2.16.0-beta.1 version * Update CHANGELOG.md
1 parent 7453288 commit 94be8dc

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "AzureCommunicationCalling",
3-
"version": "2.15.1",
3+
"version": "2.16.0-beta.1",
44
"summary": "Azure Communication Calling Service client library for iOS",
55
"description": "This package contains the Calling client library for Azure Communication\nServices.",
66
"homepage": "https://github.com/Azure/azure-sdk-for-ios",
@@ -17,7 +17,7 @@
1717
},
1818
"swift_versions": "5.0",
1919
"source": {
20-
"http": "https://github.com/Azure/Communication/releases/download/v2.15.1/AzureCommunicationCalling-2.15.1.zip"
20+
"http": "https://github.com/Azure/Communication/releases/download/v2.16.0-beta.1/AzureCommunicationCalling-2.16.0-beta.1.zip"
2121
},
2222
"source_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h",
2323
"public_header_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h",

sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
"@executable_path/Frameworks",
276276
"@loader_path/Frameworks",
277277
);
278-
MARKETING_VERSION = "2.15.1";
278+
MARKETING_VERSION = "2.16.0-beta.1";
279279
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling;
280280
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
281281
SKIP_INSTALL = YES;
@@ -300,7 +300,7 @@
300300
"@executable_path/Frameworks",
301301
"@loader_path/Frameworks",
302302
);
303-
MARKETING_VERSION = "2.15.1";
303+
MARKETING_VERSION = "2.16.0-beta.1";
304304
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling;
305305
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
306306
SKIP_INSTALL = YES;

sdk/communication/AzureCommunicationCalling/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Release History
2+
## 2.16.0-beta.1 (2025-04-09)
3+
### Features Added
4+
* Added explicit consent APIs
5+
26
## 2.15.1 (2025-03-19)
37
### Bugs Fixed
48
* Bug fix for PSTN mute/unmute

0 commit comments

Comments
 (0)