Interface RTCRemoteInboundRtpStreamStats

All Superinterfaces:
RTCReceivedRtpStreamStats, RTCRtpStreamStats, RTCStats

@JsType(isNative=true, namespace="<global>") public interface RTCRemoteInboundRtpStreamStats extends RTCReceivedRtpStreamStats
  • Method Details

    • getFractionLost

      @JsProperty double getFractionLost()
    • getLocalId

      @JsProperty String getLocalId()
    • getRoundTripMeasurements

      @JsProperty double getRoundTripMeasurements()
    • getRoundTripTime

      @JsProperty double getRoundTripTime()
    • getTotalRoundTripTime

      @JsProperty double getTotalRoundTripTime()