RTCConfiguration class

Annotations

Constructors

RTCConfiguration({int? iceCandidatePoolSize, List<RTCIceServer>? iceServers, RTCIceTransportPolicy? iceTransportPolicy, bool? encodedInsertableStreams})
const

Properties

encodedInsertableStreams bool?
final
hashCode int
The hash code for this object.
read-onlyinherited
iceCandidatePoolSize int?
final
iceServers List<RTCIceServer>?
final
iceTransportPolicy RTCIceTransportPolicy?
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

copyWith({int? iceCandidatePoolSize, List<RTCIceServer>? iceServers, RTCIceTransportPolicy? iceTransportPolicy, bool? encodedInsertableStreams}) RTCConfiguration
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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