JanusClient class Null safety

Constructors

JanusClient({required JanusTransport transport, List<RTCIceServer>? iceServers, int refreshInterval = 50, String? apiSecret, bool isUnifiedPlan = true, String? token, bool? stringIds = false, @Deprecated('set this option to true if you using legacy janus plugins with no unified-plan support only.') bool usePlanB = false, Duration? pollingInterval, dynamic loggerName = "JanusClient", dynamic maxEvent = 10, dynamic loggerLevel = Level.ALL, bool withCredentials = false})
JanusClient [...]

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

createSession() Future<JanusSession>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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