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

Required Methods§

Implementors§