Solved! Go to Solution.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
For the rest of us who are having the same problem, can you please attach the code? I was unable to find the "attached code" anywhere.
Views
Replies
Total Likes
Is there a way to set a user so that they show up as the "Host" but are not the "OWNER?" I'm still confused on exactly what these terms mean. I understand that the OWNER of the room is me, with all the rights and permissions to destroy every room I've built... but I don't understand the difference between PUBLISHER and VIEWER. As with the previous post, I would also like to allow others to "Host" the chat under a specific name, but I'm unsure how to handle this in my code.
Views
Replies
Total Likes
Hi,
I guess sometimes the word and owner and host turns confusing. But for Afcs , they are are same. A owner has a user role value of 100.
Publishers and viewers have user roles of 50 and 10 respectively.
Publishers and Viewers have different rights in various components.
When you log in with your user name and password in a room, you get assigned a owner role i.e. role = 100.
When you log in as guest, you get assigned to user role of either Publisher i.e. 50 or Viewer i.e. 10 depending on whether your roomManager's whether roomManager.autopromote is true or false respectively.
For changing the displayName , you can either follow the approach raff mentioned or I said in previous posts.
Hope this helps.
Thanks
Hironmay Basu
Views
Replies
Total Likes
Views
Likes
Replies