Skip to main content

RTCRtpTransceiverId

Type Alias RTCRtpTransceiverId 

Source
pub type RTCRtpTransceiverId = usize;
Expand description

Internal identifier for an RTP transceiver.

Trait Implementations§

Source§

impl From<RTCRtpReceiverId> for RTCRtpTransceiverId

Source§

fn from(id: RTCRtpReceiverId) -> Self

Converts to this type from the input type.
Source§

impl From<RTCRtpSenderId> for RTCRtpTransceiverId

Source§

fn from(id: RTCRtpSenderId) -> Self

Converts to this type from the input type.