- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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
Views
Replies
0 Likes
Total Likes