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, Level 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>
getInfo() Future<JanusClientInfo>
Get janus server verbose information more like found on path /info
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