Prism Session
constructor(context: Context, lifecycleOwner: LifecycleOwner, captureSession: CaptureSessionInterface, configuration: PrismSessionConfiguration = PrismSessionConfiguration(), audioPlayer: AudioPlayerInterface = AudioPlayer(context), speechSynthesizer: SpeechSynthesizerInterface = SpeechSynthesizer(context), dispatcher: CoroutineDispatcher = Dispatchers.Main)
Parameters
context
The context that the CaptureSession is running in
configuration
The configuration for the PrismSession