Skip to content

webrtc-js-sdk v5.8.0

Compare
Choose a tag to compare
@rbbnbot rbbnbot released this 31 Mar 17:54
· 24 commits to master since this release

5.8.0 - 2023-03-31

Fixed

  • Fixed the error handling for sending an instant message when user connection info has not been set. The SDK will now emit a messages:error event to application with appropriate error information. KJS-1438

Changed

  • Changed the logic around the fetching of call history, so that it takes into account whether call logs are managed on client+server side or managed by client side, only. If CallLog service is not enabled on backend, then any management operation on those call logs (e.g. fetching or removing) occurs on client side, only. KJS-393