4.23.0 - 2020-12-21
Added
- Added a request authorization event:
request:error
KAA-1076
- This event is specific for authorization issues when communicating with the server and notifies an application that the user's credentials should be updated/fixed. This event is emitted in addition to any regular error event for an operation that may be emitted.
Fixed
- Fixed a Call issue where a crash would occur when a remote SDP offer does not have a media-level direction attribute.
KAA-2585
- Fixed an issue where log handlers set in the config were not being applied to WebRTC related logs.
KAA-2528