Trait script::dom::bindings::codegen::Bindings::RTCRtpTransceiverBinding::RTCRtpTransceiver_Binding::RTCRtpTransceiverMethods
source · pub trait RTCRtpTransceiverMethods {
// Required methods
fn Sender(&self) -> Root<Dom<RTCRtpSender>>;
fn Direction(&self) -> RTCRtpTransceiverDirection;
fn SetDirection(&self, value: RTCRtpTransceiverDirection);
}