Public Access
Make meeting lifecycle stateful
This commit is contained in:
@@ -27,6 +27,11 @@ public interface ISpeechRecognitionPipeline : IAsyncDisposable
|
||||
public interface ISpeechRecognitionPipelineFactory
|
||||
{
|
||||
ISpeechRecognitionPipeline Create();
|
||||
|
||||
ISpeechRecognitionPipeline Create(string? launchProfileName)
|
||||
{
|
||||
return Create();
|
||||
}
|
||||
}
|
||||
|
||||
public sealed record SpeechRecognitionPipelineOptions(
|
||||
|
||||
Reference in New Issue
Block a user