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.