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

Required Methods§

Implementors§