Closed davidvonthenen closed 8 months ago
The recent updates involve modifications to how API keys are handled and a significant overhaul of event handling in the streaming example. The Program.cs
file within the prerecorded examples has been updated to include a new API key, while the streaming example now features a more streamlined approach to initializing a LiveClient
with an API key and options. This includes a comprehensive refactoring of connection, transcript reception, closure, and error handling functionalities.
File Path | Change Summary |
---|---|
examples/prerecorded/Program.cs |
Updated the API key in the code snippet. |
examples/streaming/Program.cs |
Refactored to initialize a LiveClient with an API key and options, streamlining event handling for connection, transcripts, closure, and errors. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
I have already expired the API Key. This was attached to a personal account I have and doesn't look like it's being used. Just removing it from the examples.
Summary by CodeRabbit