setParameters

inline suspend fun RTCRtpSender.setParameters(parameters: RTCRtpSendParameters, setParameterOptions: RTCSetParameterOptions)(source)
inline suspend fun RTCRtpSender.setParameters(parameters: RTCRtpSendParameters)(source)

The setParameters() method of the RTCRtpSender interface applies changes the configuration of sender's RTCRtpSender.track, which is the MediaStreamTrack for which the RTCRtpSender is responsible.

MDN Reference