direction property
RTCRtpTransceiverDirection
get
direction
Implementation
RTCRtpTransceiverDirection get direction =>
RTCRtpTransceiverDirection.fromValue(
js_util.getProperty(this, 'direction'));
set
direction
(RTCRtpTransceiverDirection newValue)
Implementation
set direction(RTCRtpTransceiverDirection newValue) {
js_util.setProperty(this, 'direction', newValue.value);
}