RTCConfiguration

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

bundlePolicy
void bundlePolicy(RTCBundlePolicy bundlePolicy)
Undocumented in source. Be warned that the author may not have intended to support it.
bundlePolicy
RTCBundlePolicy bundlePolicy()
Undocumented in source. Be warned that the author may not have intended to support it.
certificates
auto certificates()
Undocumented in source. Be warned that the author may not have intended to support it.
certificates
void certificates(Sequence!(RTCCertificate) certificates)
Undocumented in source. Be warned that the author may not have intended to support it.
iceServers
void iceServers(Sequence!(RTCIceServer) iceServers)
Undocumented in source. Be warned that the author may not have intended to support it.
iceServers
auto iceServers()
Undocumented in source. Be warned that the author may not have intended to support it.
iceTransportPolicy
void iceTransportPolicy(RTCIceTransportPolicy iceTransportPolicy)
Undocumented in source. Be warned that the author may not have intended to support it.
iceTransportPolicy
RTCIceTransportPolicy iceTransportPolicy()
Undocumented in source. Be warned that the author may not have intended to support it.
peerIdentity
void peerIdentity(Optional!(T0) peerIdentity)
Undocumented in source. Be warned that the author may not have intended to support it.
peerIdentity
Optional!(string) peerIdentity()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
auto create()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta