RTCRtpTransceiver

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

addTrackMagic
bool addTrackMagic()
Undocumented in source. Be warned that the author may not have intended to support it.
currentDirection
Optional!(RTCRtpTransceiverDirection) currentDirection()
Undocumented in source. Be warned that the author may not have intended to support it.
direction
void direction(RTCRtpTransceiverDirection direction)
Undocumented in source. Be warned that the author may not have intended to support it.
direction
RTCRtpTransceiverDirection direction()
Undocumented in source. Be warned that the author may not have intended to support it.
getKind
string getKind()
Undocumented in source. Be warned that the author may not have intended to support it.
getRemoteTrackId
string getRemoteTrackId()
Undocumented in source. Be warned that the author may not have intended to support it.
hasBeenUsedToSend
bool hasBeenUsedToSend()
Undocumented in source. Be warned that the author may not have intended to support it.
insertDTMF
void insertDTMF(string tones, uint duration, uint interToneGap)
Undocumented in source. Be warned that the author may not have intended to support it.
insertDTMF
void insertDTMF(string tones, uint duration)
Undocumented in source. Be warned that the author may not have intended to support it.
insertDTMF
void insertDTMF(string tones)
Undocumented in source. Be warned that the author may not have intended to support it.
mid
Optional!(string) mid()
Undocumented in source. Be warned that the author may not have intended to support it.
receiver
auto receiver()
Undocumented in source. Be warned that the author may not have intended to support it.
remoteTrackIdIs
bool remoteTrackIdIs(string trackId)
Undocumented in source. Be warned that the author may not have intended to support it.
sender
auto sender()
Undocumented in source. Be warned that the author may not have intended to support it.
setAddTrackMagic
void setAddTrackMagic()
Undocumented in source. Be warned that the author may not have intended to support it.
setCurrentDirection
void setCurrentDirection(RTCRtpTransceiverDirection direction)
Undocumented in source. Be warned that the author may not have intended to support it.
setDirectionInternal
void setDirectionInternal(RTCRtpTransceiverDirection direction)
Undocumented in source. Be warned that the author may not have intended to support it.
setMid
void setMid(string mid)
Undocumented in source. Be warned that the author may not have intended to support it.
setRemoteTrackId
void setRemoteTrackId(string trackId)
Undocumented in source. Be warned that the author may not have intended to support it.
setStopped
void setStopped()
Undocumented in source. Be warned that the author may not have intended to support it.
shouldRemove
void shouldRemove(bool shouldRemove)
Undocumented in source. Be warned that the author may not have intended to support it.
shouldRemove
bool shouldRemove()
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.
stopped
bool stopped()
Undocumented in source. Be warned that the author may not have intended to support it.
sync
void sync()
Undocumented in source. Be warned that the author may not have intended to support it.
unsetMid
void unsetMid()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta