pub type RTCRtpTransceiverId = usize;Expand description
Internal identifier for an RTP transceiver.
Trait Implementations§
Source§impl From<RTCRtpReceiverId> for RTCRtpTransceiverId
impl From<RTCRtpReceiverId> for RTCRtpTransceiverId
Source§fn from(id: RTCRtpReceiverId) -> Self
fn from(id: RTCRtpReceiverId) -> Self
Converts to this type from the input type.
Source§impl From<RTCRtpSenderId> for RTCRtpTransceiverId
impl From<RTCRtpSenderId> for RTCRtpTransceiverId
Source§fn from(id: RTCRtpSenderId) -> Self
fn from(id: RTCRtpSenderId) -> Self
Converts to this type from the input type.