Avatar

Level 10

No, you can't have same room names across multiple apps. The way anything is accessed is using the roomName, roomURL and accountURL. Since roomURL = accountURL/roomName , it doesn’t remain unique even if it's under different apps. Room Names per account(not app) is unique.

One way is you can generate roomName is like AppName + commonRoomNameString giving it more uniqueness e.g. app1_room_foo and app2_room_foo.

Hope this helps

Thanks

Hironmay Basu