From 113681eeae4979b08320cc63e75d7be935f9a628 Mon Sep 17 00:00:00 2001 From: Bharath Balan <62698609+bhabalan@users.noreply.github.com> Date: Mon, 8 Apr 2024 19:46:50 +0530 Subject: [PATCH] Release/3.11.1 (#187) --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de3d2c93..74438e8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -162,8 +162,10 @@ All notable changes to this project will be documented in this file. # [3.11.1](https://github.com/webex/webex-ios-sdk/releases/tag/3.11.1) Released on **8 April, 2024**. ### Updated +- Added iOS Privacy Manifest file. - H264 prompt is removed for video and screen share flows. -- Made `Webex` class and `webex.initialize()` method thread safe and added check to avoid multiple initializations. +- Made `Webex` class singleton. +- Made `webex.initialize()` method thread safe and added check to avoid multiple initializations. - Fixed: Call Failed issue during rejoin after host ends the meeting for all and starts again. ## [3.11.0](https://github.com/webex/webex-ios-sdk/releases/tag/3.11.0)