NetworkOptions class
Options for SDK-owned network requests.
These options apply to LiveKit signaling and internal HTTPS requests made by the SDK. They do not apply to WebRTC media, TURN, or user-provided token endpoints.
Constructors
- NetworkOptions({CertificatePinningOptions? certificatePinning})
-
const
Properties
- certificatePinning → CertificatePinningOptions?
-
Certificate pinning options for native platforms.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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