public interface AVChatNetDetectCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onDetectResult(java.lang.String id,
int code,
int loss,
int rttMax,
int rttMin,
int rttAvg,
int mdev,
java.lang.String info) |
void onDetectResult(java.lang.String id,
int code,
int loss,
int rttMax,
int rttMin,
int rttAvg,
int mdev,
java.lang.String info)
id - detection task IDcode - Error code. 200: successloss - network detection info:lossrttMax - network detection info:rtt maxrttMin - network detection info:rtt minrttAvg - network detection info:rtt avgmdev - network detection info:rtt mdevinfo - network detection info