← Back to release summary

RTCRtpReceiver.getParameters()

Category
WebRTC
Type
New or changed feature
Status
Enabled by default (Chrome 73)
Intent stage
None

Summary

The getParameters() method returns the RTCRtpReceiver object's track decoding parameters, which includes the codec and RTP header lists negotiated for the call, the RTCP information, and the layer count. This API is analog to RTCRtpSender.getParameters() and presents similar information for a call, but on the receiver side. It does not allow modification of the call's parameters.

Standards & signals

View on chromestatus.com