setParameters
inline suspend fun RTCRtpSender.setParameters(parameters: RTCRtpSendParameters, setParameterOptions: RTCSetParameterOptions)(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.