RTCConfiguration class

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

Constructors

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

Properties

bundlePolicy RTCBundlePolicy

Available on RTCConfiguration, provided by the PropsRTCConfiguration extension

getter/setter pair
certificates Iterable<RTCCertificate>

Available on RTCConfiguration, provided by the PropsRTCConfiguration extension

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

Available on RTCConfiguration, provided by the PropsRTCConfiguration extension

getter/setter pair
iceServers Iterable<RTCIceServer>

Available on RTCConfiguration, provided by the PropsRTCConfiguration extension

getter/setter pair
iceTransportPolicy RTCIceTransportPolicy

Available on RTCConfiguration, provided by the PropsRTCConfiguration extension

getter/setter pair
rtcpMuxPolicy RTCRtcpMuxPolicy

Available on RTCConfiguration, provided by the PropsRTCConfiguration 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