From bff82176d36510eadf334b427d526bc0bc9ba032 Mon Sep 17 00:00:00 2001 From: knamoach Date: Tue, 19 Apr 2022 17:20:35 +0530 Subject: [PATCH] 3.4.0 release --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ README.md | 8 ++++++-- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 185090c2..58ee4a93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log All notable changes to this project will be documented in this file. +#### 3.4.0 Releases +- `3.4.0` Releases - [3.4.0](#340) + #### 3.3.0 Releases - `3.3.0` Releases - [3.3.0](#330) @@ -52,6 +55,29 @@ All notable changes to this project will be documented in this file. #### 0.2.0 Releases - `0.2.0` Releases - [0.2.0](#020) +--- +## [3.4.0](https://github.com/webex/webex-android-sdk/releases/tag/3.4.0) +Released on **19 April, 2022**. + +#### Added +- New enum `Call.MediaQualityInfo` to denote media quality +- New observer `CallObserver.onMediaQualityInfoChanged` to get media quality events +- `Text.html(html: String): Text` to send html text +- `Text.markdown(markdown: String): Text` to send markdown text + +#### Updated +- Fixed - Crash when remote user starts or stops sharing +- Fixed - Call pipeline improvement +- Fixed - List messages before messageId not returning messages +- Fixed - Text object type incorrect on received messages +- Fixed - Message sender details incorrect in integration usecase + + +#### Deprecated +- Sending multiple formats of text in the same message is not supported. Below text constuctors are deprecated + - `Text.markdown(markdown: String, html: String?, plain: String?): Text` + - `Text.html(html: String, plain: String?): Text` + --- ## [3.3.0](https://github.com/webex/webex-android-sdk/releases/tag/3.3.0) Released on **15 February, 2022**. diff --git a/README.md b/README.md index 663e5ed7..00f02fa3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Cisco Webex Android SDK -> The Cisco Webex™ Android SDK Version 3.3.0 +> The Cisco Webex™ Android SDK Version 3.4.0 The Cisco Webex Android SDK makes it easy to integrate secure and convenient Cisco Webex messaging and calling features in your Android apps. @@ -26,6 +26,7 @@ This SDK is built with **Android SDK Tools 29** and requires **Android API Level - [Sample App](#sample-app) - [API Reference](#api-reference) - [FedRAMP Testing Guide](#fedramp-testing-guide) +- [Media Quality Indicator](#media-quality-indicator) - [License](#license) ## New Integration @@ -79,7 +80,7 @@ Federal Risk and Authorization Management Program) support from 3.1 onwards. ``` dependencies { - implementation 'com.ciscowebex:androidsdk:3.3.0@aar' + implementation 'com.ciscowebex:androidsdk:3.4.0@aar' } ``` ## Usage @@ -632,6 +633,9 @@ For a complete reference to all supported APIs, please visit [Webex Android SDK ## FedRAMP Testing Guide For complete testing guide, please visit [FedRAMP Testing Guide](https://github.com/webex/webex-android-sdk/wiki/Android-SDK---FedRAMP-Environment) +## Media Quality Indicator +For Media Quality Events related APIs see [Media Quality Indicator](https://github.com/webex/webex-android-sdk/wiki/Media-Quality-Indicator) + ## License All contents are licensed under the Cisco EULA