Skip to content

Commit

Permalink
Azure communication calling 2.3.0 (#1520)
Browse files Browse the repository at this point in the history
* Update AzureCommunicationCalling.podspec.json

* Update project.pbxproj

* Update CHANGELOG.md
  • Loading branch information
gaobob-msft authored Apr 16, 2023
1 parent 305a36d commit 1413b11
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AzureCommunicationCalling",
"version": "2.3.0-beta.5",
"version": "2.3.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.3.0-beta.5/AzureCommunicationCalling-2.3.0-beta.5.zip"
"http": "https://github.com/Azure/Communication/releases/download/v2.3.0/AzureCommunicationCalling-2.3.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.3.0-beta.5";
MARKETING_VERSION = "2.3.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.3.0-beta.5";
MARKETING_VERSION = "2.3.0";
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
6 changes: 6 additions & 0 deletions sdk/communication/AzureCommunicationCalling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 2.3.0 (2023-04-14)

### Features Added
- Dominant Speakers
- Dominant speakers is an extended feature that allows you to obtain a list of the active speakers in the call. The dominant speakers list can change dynamically according to the activity of the participants on the call.

## 2.3.0-beta.5 (2023-04-11)

### Features Added
Expand Down

0 comments on commit 1413b11

Please sign in to comment.