We've released three new call object instance methods for testing connection and network quality: `testConnectionQuality()`, `testNetworkConnectivity()`, and `testWebsocketConnectivity()`. These tests assess the quality of a WebRTC connection using a given video track, check whether a stable connection can be established with Daily's TURN server, and determine whether internet connection and network conditions support traffic over WebSockets. The tests can also be aborted mid-test using their respective methods. We've covered common use cases for these features, including facilitating local troubleshooting, tracking quality metrics internally, and informing ideal send setting configuration in the call. A code sample is provided to demonstrate how to use each of these methods, including setup, test execution, and result interpretation. The tests are designed to be run in parallel and provide a user-friendly interface for users to assess their connection quality and network conditions before joining a Daily video call room.