File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
sdk/communication/AzureCommunicationCalling
AzureCommunicationCalling.xcodeproj Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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\n Services." ,
66 "homepage" : " https://github.com/Azure/azure-sdk-for-ios" ,
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" ,
Original file line number Diff line number Diff line change 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;
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;
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments