added

🌐 JS SDK v1.0.10: Logging mechanism & Input/Output Audio Stream Recorder

Release date: 25 April, 2023

What's New

:heavy-plus-sign: New functionality

Logging Mechanism

We have introduced a logging mechanism that complements the debug mode with a full log of the performed actions. When enabled, a floating widget indicates the debug mode, and it generates a report of all activities in the session. This logging mechanism provides detailed insights into the inner workings of the SDK, making it easier to identify and troubleshoot issues. More about Debugging.

Audio Stream Recording

The debug mode now includes the ability to record input and output audio streams. These audio recordings are included in the final debug report in HTML format, providing a comprehensive overview of the audio interactions during a session. This feature is especially useful for diagnosing audio-related problems and improving the overall audio quality in your applications.

:purple-heart: Improvements

Increased Buffer Size

To address possible impacts on audio quality during high CPU load situations, we have increased the maximum buffer size in the SDK. This ensures that the buffer size is sufficient even under heavy computational load, avoiding any potential degradation in audio quality.