ConnectionTester class

Constructors

ConnectionTester(Client client, WebRTCDelegate delegate)

Properties

client Client
getter/setter pair
delegate WebRTCDelegate
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pc1 ↔ RTCPeerConnection?
getter/setter pair
pc2 ↔ RTCPeerConnection?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getIceServers() Future<List<Map<String, dynamic>>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
verifyTurnServer() Future<bool>
waitUntilAsync(Future<bool> test(), {int maxIterations = 1000, Duration step = const Duration(milliseconds: 10)}) Future<int>

Operators

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