pub(crate) type RTCRtpParameters = RTCRtpParameters;Aliased Type§
pub(crate) struct RTCRtpParameters {
pub codecs: Vec<RTCRtpCodecParameters>,
pub headerExtensions: Vec<RTCRtpHeaderExtensionParameters>,
pub rtcp: RTCRtcpParameters,
}Fields§
§codecs: Vec<RTCRtpCodecParameters>§headerExtensions: Vec<RTCRtpHeaderExtensionParameters>§rtcp: RTCRtcpParameters