JanusClient class

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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 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