Interface IRCCallPlusStatusReportListener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onReceivePacketLoss(HashMap<String, RCCallPlusPacketLossStats> data) 接收丢包率信息回调,每秒回调一次。
      abstract void onSendPacketLoss(long lossRate, int delay) 发送丢包率信息回调,每秒回调一次。
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onReceivePacketLoss

         abstract void onReceivePacketLoss(HashMap<String, RCCallPlusPacketLossStats> data)

        接收丢包率信息回调,每秒回调一次。

        Parameters:
        data - key:用户Id, value:接收丢包统计数据
      • onSendPacketLoss

         abstract void onSendPacketLoss(long lossRate, int delay)

        发送丢包率信息回调,每秒回调一次。

        Parameters:
        lossRate - 丢包率,0-100
        delay - 发送端的网络延迟,单位毫秒