files/en-us/web/api/rtcoutboundrtpstreamstats/qualitylimitationreason/index.md
{{APIRef("WebRTC")}}{{SeeCompatTable}}
The qualityLimitationReason property of the {{domxref("RTCOutboundRtpStreamStats")}} dictionary is a string indicating the reason why the media quality in the stream is currently being reduced by the codec during encoding, or none if no quality reduction is being performed.
This quality reduction may include changes such as reduced frame rate or resolution, or an increase in compression factor. Note that the user agent report the most limiting factor. If the most limiting factor cannot be determined the result will be reported using the priority order: "bandwidth", "cpu", "other".
The amount of time the encoded media has had its quality reduced in each of the potential ways that can be done can be found in {{domxref("RTCOutboundRtpStreamStats.qualityLimitationDurations", "qualityLimitationDurations")}}.
[!NOTE] The property is undefined for audio streams.
A string with one of the following values:
none
cpu
bandwidth
other
{{Specifications}}
{{Compat}}