Interface RTCSentRtpStreamStats

All Superinterfaces:
RTCRtpStreamStats, RTCStats
All Known Subinterfaces:
RTCOutboundRtpStreamStats, RTCRemoteOutboundRtpStreamStats

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

    • getBytesSent

      @JsProperty int getBytesSent()
    • getPacketsDiscardedOnSend

      @JsProperty double getPacketsDiscardedOnSend()
    • getPacketsSent

      @JsProperty int getPacketsSent()