Release Notes for Client SDK v1.16
1.16.3.22318
Release date: October 05, 2022
Client SDK
New Features
- [LS1-1103] Added the ability to check user connection status at the client level.
Bug Fixes
- [LS1-1145] Removed client's ability client to modify client simulcast bitrates mid connection in the JavaScript SDK.
- [LS1-1196] Fixed a bug where, under some conditions, connectivity was prevented when IPv6 was in use.
1.16.2.20423
Release date: August 24, 2022
Client SDK
Improvements
- [LS1-1102] Reintroduced the ImageUtility.java class in the Client SDK.
Bug Fixes
- [LS1-622] Fixed a bug in the Android SDK that caused an application to crash when
client.setDisableWebSockets
was set to false and the internet connection was lost. - [LS1-742] Fixed a bug where if a user tried to re-enable their video after disabling on MCU Simulcast, the video feed failed to resume for other users.
- [LS1-980] Fixed a bug where the
AudioMixer
intermittently caused an application to crash. - [LS1-1100] Fixed a bug in Android native that caused a large audio delay on the receiving end.
- [LS1-1143] When setting
IceGatherPolicy.Relay
on web clients, non-relay candidates were used when establishing connections instead of local relay candidates. Fixed a bug where settingIceGatherPolicy.Relay
on web clients resulted in non-relay candidates being generated.
1.16.0.18248
Release date: June 22, 2022
Client SDK
New Features
- [LS1-1015] Added
RtmpLayoutZones
which has static properties that return the zone names for the RTMP layout. - [LS1-1026]
LayoutZone
andLayoutPriority
can now be set on theConnection
object prior to callingconnection.Open()
to specify where in the MCU layout the upstream connection should be displayed.
Bug Fixes
- [LS1-532] Fixed a bug in the JavaScript client which prevented projects using webpack and depending on fm.liveswitch from building.
- [LS1-938] An app built using the iOS SDK could crash when the app was sent to the background. This issue has been fixed and the app will no longer crash when sent to the background.