Type Alias RTCRtpTransceiverInit

Source
pub(crate) type RTCRtpTransceiverInit = RTCRtpTransceiverInit<DomTypeHolder>;

Aliased Type§

pub(crate) struct RTCRtpTransceiverInit {
    pub direction: RTCRtpTransceiverDirection,
    pub sendEncodings: Vec<RTCRtpEncodingParameters>,
    pub streams: Vec<Root<Dom<MediaStream>>>,
}

Fields§

§direction: RTCRtpTransceiverDirection§sendEncodings: Vec<RTCRtpEncodingParameters>§streams: Vec<Root<Dom<MediaStream>>>