RTCConfiguration class

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

RTCConfiguration({RTCBundlePolicy? bundlePolicy, List<RTCCertificate>? certificates, num? iceCandidatePoolSize, List<RTCIceServer>? iceServers, RTCIceTransportPolicy? iceTransportPolicy, RTCRtcpMuxPolicy? rtcpMuxPolicy})
factory

Properties

bundlePolicy RTCBundlePolicy?

Available on RTCConfiguration, provided by the RTCConfiguration$Typings extension

getter/setter pair
certificates List<RTCCertificate>?

Available on RTCConfiguration, provided by the RTCConfiguration$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iceCandidatePoolSize num?

Available on RTCConfiguration, provided by the RTCConfiguration$Typings extension

getter/setter pair
iceServers List<RTCIceServer>?

Available on RTCConfiguration, provided by the RTCConfiguration$Typings extension

getter/setter pair
iceTransportPolicy RTCIceTransportPolicy?

Available on RTCConfiguration, provided by the RTCConfiguration$Typings extension

getter/setter pair
rtcpMuxPolicy RTCRtcpMuxPolicy?

Available on RTCConfiguration, provided by the RTCConfiguration$Typings extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited