Optional
client: null | IAgoraRTCClientCreated using the Web SDK's IAgoraRTC.createClient
method.
import { useNetworkQuality } from "agora-rtc-react";
function App() {
const networkQuality = useNetworkQuality();
return <div>{networkQuality}</div>;
}
Returns the network quality of the local user.