TheoLiveConfiguration class

Constructors

TheoLiveConfiguration.new({String? externalSessionId = null, bool? fallbackEnabled = null, String? discoveryUrl = null, bool useLegacyPlaybackEngine = false})

Properties

discoveryUrl String?
An optional custom discovery endpoint URL for THEOlive, defaults to nil.
getter/setter pair
externalSessionId String?
getter/setter pair
fallbackEnabled bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useLegacyPlaybackEngine bool
Uses the legacy THEOlive playback pipeline NOTE:
getter/setter pair

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