You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently monitoring the participantConnected event and using
participant.on("networkQualityLevelChanged", () => {function}) to retrieve participant.networkQualityLevel.
When entering a room with both Video and Audio turned off, participant.networkQualityLevel returns NULL. However, once either Video or Audio is turned on within the room, networkQualityLevel can be obtained.
Is there a way to retrieve the networkQualityLevel of the participant when both Video and Audio are turned off upon entering the room? Additionally, even if both Video and Audio are turned off again after they have been enabled, can we still capture networkQualityLevelChanged events and retrieve the networkQualityLevel?
Software versions:
Browser(s): Chrome v118.0.5993.117
twilio-video.js: v2.27.0
The text was updated successfully, but these errors were encountered:
We are currently monitoring the participantConnected event and using
participant.on("networkQualityLevelChanged", () => {function}) to retrieve participant.networkQualityLevel.
When entering a room with both Video and Audio turned off, participant.networkQualityLevel returns NULL. However, once either Video or Audio is turned on within the room, networkQualityLevel can be obtained.
Is there a way to retrieve the networkQualityLevel of the participant when both Video and Audio are turned off upon entering the room? Additionally, even if both Video and Audio are turned off again after they have been enabled, can we still capture networkQualityLevelChanged events and retrieve the networkQualityLevel?
Software versions:
The text was updated successfully, but these errors were encountered: