We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26dadcd commit 498b078Copy full SHA for 498b078
ucapi/api.py
@@ -622,7 +622,7 @@ async def _run_voice_handler(self, session: VoiceSession) -> None:
622
session.end(VoiceEndReason.ERROR, ex)
623
finally:
624
# Ensure iterator is unblocked and session is cleaned up
625
- await self._cleanup_voice_session(session.session_id)
+ await self._cleanup_voice_session(session.key)
626
627
def _schedule_voice_timeout(self, key: VoiceSessionKey) -> None:
628
"""Schedule the timeout task for a voice session.
0 commit comments