You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the 'BinaryData' overload, subsequent calls will fail with exception since _isSendingAudio is not set back to false as it does in the memorystream overload
Steps to reproduce
This is appears to be a logical/code error
Code snippets
No response
OS
.NET version
.NET 8
Library version
2.1.0-*
The text was updated successfully, but these errors were encountered:
Service
OpenAI
Describe the bug
openai-dotnet/src/Custom/RealtimeConversation/RealtimeConversationSession.cs
Line 95 in b8ec620
In the 'BinaryData' overload, subsequent calls will fail with exception since
_isSendingAudio
is not set back tofalse
as it does in the memorystream overloadSteps to reproduce
This is appears to be a logical/code error
Code snippets
No response
OS
.NET version
.NET 8
Library version
2.1.0-*
The text was updated successfully, but these errors were encountered: