getParameters method

RTCRtpSendParameters getParameters()

The getParameters() method of the RTCRtpSender interface returns an object describing the current configuration for how the sender's RTCRtpSender.track will be encoded and transmitted to a remote RTCRtpReceiver.

Implementation

external RTCRtpSendParameters getParameters();