Azure Communication Calling 2.14.0-beta.2 (#1934)

* Updating 2.14.0-beta.2 version

* Update CHANGELOG.md

Included change logs.

* Update CHANGELOG.md

Update change logs

* Update CHANGELOG.md

Update change logs

---------

Co-authored-by: Zheng Wang <jowang@microsoft.com>
Co-authored-by: jowang-msft <111245643+jowang-msft@users.noreply.github.com>
This commit is contained in:
jsaurezlee-msft 2024-10-31 14:32:25 -06:00 коммит произвёл GitHub
Родитель a0132f2ea0
Коммит 84e3221629
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 11 добавлений и 4 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "AzureCommunicationCalling",
"version": "2.13.1",
"version": "2.14.0-beta.2",
"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.13.1/AzureCommunicationCalling-2.13.1.zip"
"http": "https://github.com/Azure/Communication/releases/download/v2.14.0-beta.2/AzureCommunicationCalling-2.14.0-beta.2.zip"
},
"source_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h",
"public_header_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h",

Просмотреть файл

@ -275,7 +275,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = "2.13.1";
MARKETING_VERSION = "2.14.0-beta.2";
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.13.1";
MARKETING_VERSION = "2.14.0-beta.2";
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;

Просмотреть файл

@ -1,4 +1,11 @@
# Release History
## 2.14.0-beta.2 (2024-10-31)
### Bugs Fixed
* Fixed call state change missing events.
* Fixed unexpected CallAgent type crash.
* Added support for improved error handling.
* Fixed blurry quality from remote participant incoming video screenshare..
## 2.13.1 (2024-10-14)
### Bugs Fixed
* Fixes small issues of video rendering when switch renderers to enter PiP mode.