Issue: audio-statistic-data-change Event Does Not Return Data
Video SDK Type and Version
VideoSDK 1.11.6 for Web
Description
The audio-statistic-data-change event is not returning data despite successfully subscribing using session.subscribeAudioStatisticData(). This issue occurs even when multiple participants are connected and active with audio. However, events for video and share statistics return data without any issues.
Error?
No error message. The issue lies in the audio-statistic-data-change event not providing expected data.
Troubleshooting Routes
- Tested across multiple browsers and client versions.
- Ensured proper implementation as per SDK documentation.
- Verified functionality with other statistic events (video, screen share), which are working correctly.
- Confirmed that participants’ audio is actively connected through the Account Dashboard session.
How To Reproduce
Steps to reproduce the behavior including:
-
- Subscribe to the
audio-statistic-data-changeevent usingsession.subscribeAudioStatisticData()and initialize the event listener usingclient.on('audio-statistic-data-change', onAudioStatisticDataChanged).
- Subscribe to the
- Ensure multiple participants are actively connected with audio.
- Observe that the event does not return any statistical data.