TheoLiveConfiguration constructor

TheoLiveConfiguration({
  1. String? externalSessionId = null,
  2. bool? fallbackEnabled = null,
  3. String? discoveryUrl = null,
  4. bool useLegacyPlaybackEngine = false,
})

Implementation

TheoLiveConfiguration({this.externalSessionId = null, this.fallbackEnabled = null, this.discoveryUrl = null, this.useLegacyPlaybackEngine = false});