C# Class OpenMetaverse.ChatSessionMember

Struct representing a member of a group chat session and their settings
Datei anzeigen Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Public Properties

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

Property Details

AvatarKey public_oe property

The UUID of the Avatar
public UUID AvatarKey
return UUID

CanVoiceChat public_oe property

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

IsModerator public_oe property

True of 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