Skip to content

Releases: cbajapan/swift-fcsdk-ios

v4.2.7-beta2

19 Dec 12:02
Compare
Choose a tag to compare
v4.2.7-beta2 Pre-release
Pre-release

This pre release fixed an issue where there was a double image on blur background

v4.2.7-beta1

28 Nov 11:19
89a82a4
Compare
Choose a tag to compare
v4.2.7-beta1 Pre-release
Pre-release

Fixed an issue where call ends when agent holds the call
Fixed resource retention post call termination
Fixed issue where failure to reconnect on iPad after 30 seconds while a using deprecated API

v4.2.6

08 Nov 15:48
3a6d94c
Compare
Choose a tag to compare

Version 4.2.6

This article describes changes in version 4.2.6 of FCSDKiOS

Overview

Version 4.2.6 has several bug fixes and performance improvements. Below is a list of bug fixes.

Improvements to ACBUCDelegate methods

Improvements to localBufferView

Improvements to network connectivity

Improvements to Virtual Background

Transport performance improvements

Video View performance improvements

Concurrency improvements

Improvements to logging and setting call state

iOS13 TrustAll Certificates (insecure connections)

iOS12 loading crash addressed

Video Direction Bug

Uses Version m117 of WebRTC

Fixed a bug where the remoteView video stream may not have resumed streaming from an on hold state.

Addresses H264 Codecs

Important Note
If you find yourself in a situation where ACBClientCallDelegate is not being set in time, please ensure that you are calling it as soon as the call is available during your call flow. In some scenarios, you may need to set it asynchronously via the setDelegate(callDelegate:) method in order to make sure it is set properly in the SDK, but please use this method as a last resort.

v4.2.6-beta10

31 Oct 12:35
5146ed3
Compare
Choose a tag to compare
v4.2.6-beta10 Pre-release
Pre-release

Improvements to Virtual Background
Performance Improvements
Fixed a bug when using remoteView may not have resumed video from an on hold state.

v4.2.6-beta9

18 Oct 18:35
d1a4b6f
Compare
Choose a tag to compare
v4.2.6-beta9 Pre-release
Pre-release

4.2.6-beta9

Addresses a remote video resume issue from an on hold state

v4.2.6-beta8

18 Oct 17:34
8d03a4b
Compare
Choose a tag to compare
v4.2.6-beta8 Pre-release
Pre-release

Version 4.2.6-beta8

This article describes changes in version 4.2.6-beta8 of FCSDKiOS

Overview

Addresses H264 Codecs

Video direction bug fix

Beta8 uses version m117 of WebRTC

If you are using CocoaPods Please update the WebRTC CocoaPod to version 117 in your Podfile.

v4.2.6-beta7

16 Oct 11:29
4835752
Compare
Choose a tag to compare
v4.2.6-beta7 Pre-release
Pre-release

This pre-release includes work done to the following issues

  • iOS13 TrustAll Certificates(insecure connections)
  • iOS12 loading crash addressed

v4.2.6-beta6

11 Oct 18:36
ec145cf
Compare
Choose a tag to compare
v4.2.6-beta6 Pre-release
Pre-release

Improvements to logging and setting call state

v4.2.6-beta5

05 Oct 17:42
b6f4adb
Compare
Choose a tag to compare
v4.2.6-beta5 Pre-release
Pre-release

FCSDKiOS Beta 5 has several improvements

  • Concurrency improvements
  • Video View performance improvements
  • Transport performance improvements

v4.2.6-beta3

19 Sep 13:43
a8e237a
Compare
Choose a tag to compare
v4.2.6-beta3 Pre-release
Pre-release

Improvements to Virtual Background