CheckerOptions class

Options shared by all Checkers of a ConnectionCheck run.

Constructors

CheckerOptions({bool errorsAsWarnings = false, RoomOptions? roomOptions, ConnectOptions? connectOptions, CheckProtocol? protocol})

Properties

connectOptions ConnectOptions?
Options used when connecting to the LiveKit server.
getter/setter pair
errorsAsWarnings bool
When true, errors are logged as warnings and don't fail the check.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
protocol CheckProtocol?
Preferred connection protocol. Set by the connection protocol check so that subsequent checks (e.g. cloud region) use the better protocol.
getter/setter pair
roomOptions RoomOptions?
Options for the Room instances created by each check.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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