Avatar

Employee

Hi,

In your code you use <session:RoomSettings id="settings" autoPromote="true"/>. Note that this property     only works the FIRST TIME the room receives a connection from an user     with an owner role.

Instead I would recommend you set the autoPromote="true" either using DevConsole or use this line to set after your connect session is synchronized

ConnectSession.primarySession.roomManager.autoPromote = true;

Hope this resolves your issue.

Thanks

Arun