Skip to content

Commit

Permalink
Azure Communication Calling 2.14.0 (#1957)
Browse files Browse the repository at this point in the history
* Updating 2.14.0 version

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: Zheng Wang <[email protected]>
Co-authored-by: jowang-msft <[email protected]>
  • Loading branch information
3 people authored Nov 19, 2024
1 parent b2f9137 commit 57a643c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AzureCommunicationCalling",
"version": "2.14.0-beta.3",
"version": "2.14.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",
Expand All @@ -17,7 +17,7 @@
},
"swift_versions": "5.0",
"source": {
"http": "https://github.com/Azure/Communication/releases/download/v2.14.0-beta.3/AzureCommunicationCalling-2.14.0-beta.3.zip"
"http": "https://github.com/Azure/Communication/releases/download/v2.14.0/AzureCommunicationCalling-2.14.0.zip"
},
"source_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h",
"public_header_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = "2.14.0-beta.3";
MARKETING_VERSION = "2.14.0";
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -300,7 +300,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = "2.14.0-beta.3";
MARKETING_VERSION = "2.14.0";
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
9 changes: 9 additions & 0 deletions sdk/communication/AzureCommunicationCalling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Release History
## 2.14.0 (2024-11-19)
### Features Added
* Start call time.

### Bugs Fixed
* Fix a crash when trying to send raw audio with `.hz16000` sample rate.
* Fix a crash when attempting to mute others with captions on.
* Fix a bug where the video from remote participant may appear frozen after application going to background and coming back to foreground while on hold.

## 2.14.0-beta.3 (2024-11-08)
### Bugs Fixed
* Code size improvements. Binary for distribution has now debug symbols striped.
Expand Down

0 comments on commit 57a643c

Please sign in to comment.