queryDeviceScore abstract method

Future<int> queryDeviceScore()

Queries device score.

Returns When the method call succeeds, it returns a value in the range of 0,100, indicating the current device's score. The larger the value, the stronger the device capability. Most devices are rated between 60 and 100. When the method call fails, the AgoraRtcException exception is thrown; and you need to catch the exception and handle it accordingly. < 0: Failure.

Implementation

Future<int> queryDeviceScore();