Type Alias RTCRtpSendParameters

Source
pub(crate) type RTCRtpSendParameters = RTCRtpSendParameters;

Aliased Type§

pub(crate) struct RTCRtpSendParameters {
    pub parent: RTCRtpParameters,
    pub encodings: Vec<RTCRtpEncodingParameters>,
    pub transactionId: DOMString,
}

Fields§

§parent: RTCRtpParameters§encodings: Vec<RTCRtpEncodingParameters>§transactionId: DOMString