Read the full article to learn more.
Code: | 4001 |
Type: | Warning |
Category: | Media |
Products: | watchRTC, analyzeRTC |
Message: | Media device changed multiple times |
What is this about?
This warning appears when the user changes his media device multiple times during the session.
While not an issue with regards to WebRTC or its use, it is more of a behavioral thing. If a user is changing his microphone or camera a large number of times during a session, it might indicate a media quality or connectivity issue that he is experiencing that might be connected or might not be connected to the device itself.
What does this look like in the analysis?
Opening the testRTC Internals and looking at the Event Log, you should be able to see multiple such lines:
Potential risks
This is more of a user behavior thing. It might just be natural, or it might indicate a problem behind it - either one of connectivity and quality - or one related to the implementation of audio/video settings in your application and how users understand (or misunderstand) it.
Suggested actions to take
-
Check the media streams to see if the relevant incoming and outgoing bitrate seem reasonable and there aren’t some glaring problem with high packet loss or round trip time
-
If no issues are found in the channels and the media streams, review the frequency and behavior of the device changes. See if they make sense to you
-
Look at your implementation of audio/video settings to see if they might be confusing to some users
-
Review the frequency of these errors. If they occur too much, it means this requires your full attention to resolve