pub(crate) type RTCDataChannelInit = RTCDataChannelInit;Aliased Type§
pub(crate) struct RTCDataChannelInit {
pub id: Option<u16>,
pub maxPacketLifeTime: Option<u16>,
pub maxRetransmits: Option<u16>,
pub negotiated: bool,
pub ordered: bool,
pub protocol: USVString,
}Fields§
§id: Option<u16>§maxPacketLifeTime: Option<u16>§maxRetransmits: Option<u16>§negotiated: bool§ordered: bool§protocol: USVString