C# Class Universe.Framework.DatabaseInterfaces.ChatSessionMember

Pulled from OpenMetaverse Structure representing a member of a group chat session and their settings
ファイルを表示 Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Properties

Property Type Description
AvatarKey UUID
CanVoiceChat bool
HasBeenAdded bool
IsModerator bool
MuteText bool
MuteVoice bool
RequestedRemoval bool

Property Details

AvatarKey public_oe property

The OpenMetaverse.UUID of the avatar
public UUID AvatarKey
return UUID

CanVoiceChat public_oe property

True if the user has voice chat enabled
public bool CanVoiceChat
return bool

HasBeenAdded public_oe property

Whether the user has accepted being added to the group chat
public bool HasBeenAdded
return bool

IsModerator public_oe property

True if Avatar has moderator abilities
public bool IsModerator
return bool

MuteText public_oe property

True if a moderator has muted this avatars chat
public bool MuteText
return bool

MuteVoice public_oe property

True if a moderator has muted this avatars voice
public bool MuteVoice
return bool

RequestedRemoval public_oe property

Whether the user has asked to be removed from the chat
public bool RequestedRemoval
return bool