Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ucapi/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ async def _run_voice_handler(self, session: VoiceSession) -> None:
session.end(VoiceEndReason.ERROR, ex)
finally:
# Ensure iterator is unblocked and session is cleaned up
await self._cleanup_voice_session(session.session_id)
await self._cleanup_voice_session(session.key)

def _schedule_voice_timeout(self, key: VoiceSessionKey) -> None:
"""Schedule the timeout task for a voice session.
Expand Down