We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dictation
LiveOptions
When trying to enable dictation setting under LiveOptions, I'm getting an error:
TypeError: LiveOptions.__init__() got an unexpected keyword argument 'dictation'
As per the documentation and this discord thread, it should be a valid setting.
Add dictation to the LiveOptions instance and try to start the connection.
As dictation is a valid setting, I should be able to initiate the connection and use the functionality.
N/A
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What is the current behavior?
When trying to enable dictation setting under LiveOptions, I'm getting an error:
As per the documentation and this discord thread, it should be a valid setting.
Steps to reproduce
Add
dictation
to the LiveOptions instance and try to start the connection.Expected behavior
As
dictation
is a valid setting, I should be able to initiate the connection and use the functionality.Please tell us about your environment
Other information
N/A
The text was updated successfully, but these errors were encountered: