Skip to content

Commit 3a6d94c

Browse files
authored
Merge pull request #21 from cbajapan/documentation
Added documentation for version 4.2.6
2 parents 8b485a2 + 11aa8d3 commit 3a6d94c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ If you are having issues on an unsupported operating system, please either upgra
3131
We are happy to introduce *DocC* documentation for SwiftFCSDKiOS. Simply build the documentation with **Command + Control + Shift + D** in your app and have all the documentation that you need right in Xcode.
3232

3333
## Version Changes
34+
[Version 4.2.6 ](https://github.com/cbajapan/swift-fcsdk-ios/blob/main/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/Version-4.2.6.md 'Version 4.2.6')
35+
3436
[Version 4.2.5 ](https://github.com/cbajapan/swift-fcsdk-ios/blob/main/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/Version-4.2.5.md 'Version 4.2.5')
3537

3638
[Version 4.2.4 ](https://github.com/cbajapan/swift-fcsdk-ios/blob/main/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/Version-4.2.4.md 'Version 4.2.4')

Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/Version-4.2.6.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,18 @@ Version 4.2.6 has several bug fixes and performance improvements. Below is a lis
2222

2323
### Improvements to logging and setting call state
2424

25-
### iOS13 TrustAll Certificates(insecure connections)
25+
### iOS13 TrustAll Certificates (insecure connections)
2626

2727
### iOS12 loading crash addressed
2828

2929
### Video Direction Bug
3030

3131
### Uses Version m117 of WebRTC
3232

33+
### Fixed a bug where the remoteView video stream may not have resumed streaming from an on hold state.
34+
35+
### Addresses H264 Codecs
36+
37+
**Important Note**
38+
_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._
39+

0 commit comments

Comments
 (0)