web api instance property
RTCCodecStats: clockRate property
The clockRate property of the RTCCodecStats dictionary is a positive number containing the media sampling rate in hertz (Hz).
Values
A positive number indicating the media sampling rate.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.
See also
codecs.clockRateoption in parameter passed toRTCRtpTransceiver.setCodecPreferences()andRTCRtpSender.setParameters().codecs.clockRatein object returned byRTCRtpSender.getParameters()andRTCRtpReceiver.getParameters().