activateSession
abstract suspend fun activateSession(processingConfiguration: MimiProcessingConfiguration): Result<ProcessingSession>
Activates a new ProcessingSession instance, deactivating and replacing any existing activated instance.
Return
The Result of the newly activated ProcessingSession instance.
Since
12.0.0 returns Result
Parameters
processingConfiguration
the MimiProcessingConfiguration to use to configure the behavior of the new ProcessingSession.