RTCRtpSender

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

checkWasCreatedByPc
void checkWasCreatedByPc(RTCPeerConnection pc)
Undocumented in source. Be warned that the author may not have intended to support it.
dtmf
auto dtmf()
Undocumented in source. Be warned that the author may not have intended to support it.
getParameters
auto getParameters()
Undocumented in source. Be warned that the author may not have intended to support it.
getStats
auto getStats()
Undocumented in source. Be warned that the author may not have intended to support it.
getStreams
auto getStreams()
Undocumented in source. Be warned that the author may not have intended to support it.
replaceTrack
auto replaceTrack(Optional!(T0) withTrack)
Undocumented in source. Be warned that the author may not have intended to support it.
setParameters
auto setParameters(RTCRtpParameters parameters)
Undocumented in source. Be warned that the author may not have intended to support it.
setParameters
auto setParameters()
Undocumented in source. Be warned that the author may not have intended to support it.
setStreams
void setStreams(Sequence!(MediaStream) streams)
Undocumented in source. Be warned that the author may not have intended to support it.
setTrack
void setTrack(Optional!(T0) track)
Undocumented in source. Be warned that the author may not have intended to support it.
track
auto track()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta