Interface RTCRemoteOutboundRtpStreamStats

All Superinterfaces:
RTCRtpStreamStats, RTCSentRtpStreamStats, RTCStats

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

    • getLocalId

      @JsProperty String getLocalId()
    • getRemoteTimestamp

    • getReportsSent

      @JsProperty double getReportsSent()
    • getRoundTripTime

      @JsProperty double getRoundTripTime()
    • getRoundTripTimeMeasurements

      @JsProperty double getRoundTripTimeMeasurements()
    • getTotalRoundTripTime

      @JsProperty double getTotalRoundTripTime()