files/en-us/web/api/rtcoutboundrtpstreamstats/index.md
{{APIRef("WebRTC")}}
The RTCOutboundRtpStreamStats dictionary of the WebRTC API is used to report metrics and statistics related to an outbound {{Glossary("RTP")}} stream being sent by an {{domxref("RTCRtpSender")}}.
The statistics can be obtained by iterating the {{domxref("RTCStatsReport")}} returned by {{domxref("RTCPeerConnection.getStats()")}} or {{domxref("RTCRtpSender.getStats()")}} until you find a report with the type of outbound-rtp.
RTCRtpSender has received from the remote {{domxref("RTCRtpReceiver")}}.
This locally-computed value provides an indication of the error resiliency of the connection.none, cpu, bandwidth, or other.
Undefined for audio streams.getStats().RTCRtpSender's codec is currently attempting to achieve for the stream.The following properties are common to all WebRTC statistics objects.
<!-- RTCStats -->"outbound-rtp", indicating the type of statistics that the object contains.{{Specifications}}
{{Compat}}