Hi there! I understand how frustrating it can be when calls unexpectedly end while your AI assistant is still talking.
I don't have specific details about your particular setup, but I can definitely help explain what might be causing the "exiting meeting because room was deleted" error and suggest some troubleshooting steps.
## What's happening?
In Vapi, a "room" is essentially a virtual space or session associated with your call. When you see the error "exiting meeting because room was deleted," it means this virtual session was terminated unexpectedly.
## Potential causes:
There are several reasons why this might be happening:
1. **Server-side issues**: The server might be terminating the room due to internal cleanup processes, errors, or misconfiguration.
2. **Timeouts**: If the room has been inactive for a certain period, it might be automatically deleted due to timeout settings.
3. **Resource constraints**: Server resource limitations might lead to early termination of rooms.
4. **AI assistant configuration issues**: The AI assistant might be saying an "end-call-phrase" that's triggering the call to end. According to [troubleshooting information](
https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1337162299621900359), removing these phrases from your assistant configuration might help.
5. **Provider credentials issues**: If you're using provider credentials with your AI assistant, this could be causing the error. [Some users](
https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336754090880798765) have resolved the issue by removing these credentials.
6. **Model access problems**: You might be trying to use an AI model that your credentials don't have access to. For example, if you're trying to use gpt-4o-mini but either don't have OpenAI credentials configured or your account doesn't have access to that model.