package js.html.rtc
Available on js
The WebRTC interface RTCRtpTransceiver describes a permanent pairing of an RTCRtpSender and an RTCRtpReceiver, along with some shared state.
Documentation RTCRtpTransceiver by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
read onlycurrentDirection:RtpTransceiverDirectionA string from the enum RTCRtpTransceiverDirection which indicates the transceiver's current directionality, or null if the transceiver is stopped or has never participated in an exchange of offers and answers.
direction:RtpTransceiverDirectionA string from the enum RTCRtpTransceiverDirection which is used to set the transceiver's desired direction.
read onlymid:StringThe media ID of the m-line associated with this transceiver. This association is established, when possible, whenever either a local or remote description is applied. This field is null if neither a local or remote description has been applied, or if its associated m-line is rejected by either a remote offer or any answer.
read onlyreceiver:RtpReceiverThe RTCRtpReceiver object that handles receiving and decoding incoming media.
read onlysender:RtpSenderThe RTCRtpSender object responsible for encoding and sending data to the remote peer.
read onlystopped:BoolIndicates whether or not sending and receiving using the paired RTCRtpSender and RTCRtpReceiver has been permanently disabled, either due to SDP offer/answer, or due to a call to RTCRtpTransceiver.stop.
getRemoteTrackId():Stringstop():Void
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/rtc/RtpTransceiver.html