Navigation
API > API/Runtime > API/Runtime/XMPP
Role of a chat room member (temporary role while in the room) http://xmpp.org/extensions/xep-0045.html#roles
| Name | EXmppChatMemberRole::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Online/XMPP/Public/XmppMultiUserChat.h |
| Include Path | #include "XmppMultiUserChat.h" |
Syntax
namespace EXmppChatMemberRole
{
enum Type
{
Moderator,
Participant,
Visitor,
None,
}
}
Values
| Name | Remarks |
|---|---|
| Moderator | A moderator is the most powerful role within the context of the room, and can to some extent manage other occupants' roles in the room. |
| Participant | A participant has fewer privileges than a moderator, although they always have the right to speak. |
| Visitor | A visitor is a more restricted role within the context of a moderated room |
| None |