Skip to main content

RTCRtpTransceiverMethods

pub trait RTCRtpTransceiverMethods<D: DomTypes> {
    // Required methods
    fn Sender(&self) -> DomRoot<D::RTCRtpSender>;
    fn Direction(&self) -> RTCRtpTransceiverDirection;
    fn SetDirection(&self, value: RTCRtpTransceiverDirection);
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§