<@U084APK40NS> I have a project in Livekit cloud, ...
# ask-ai
c
@millions-hair-24956 I have a project in Livekit cloud, called voice-assistant with a SIP URI. I have setup SIP Trunking with inbound trunk and outbound trunk with a phone number in Telnyx with Sip Trunking connected to that project. My back-end is in Python. We are multiple developers working on the back-end code. In order to be able to test seperately do we in this case need to have different projects and phone numbers? When testing a voice call agent? In order to make sure that we do not dial into each others’ back-end?
g
To ensure that multiple developers can test separately without interfering with each other's back-end, it is recommended to use different projects and phone numbers. According to LiveKit documentation, using the same project for both local development and production can lead to local workers joining the same pool as production workers, which is usually not desirable. Therefore, creating separate projects for each developer would prevent crosstalk and ensure isolation. Would you like more details on setting up separate projects or managing SIP trunks for multiple developers? Sources: - LiveKit Deployment and Scaling 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.