C# Class OpenMetaverse.ChatSessionMember

Struct representing a member of a group chat session and their settings
Show file 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 property

The UUID of the Avatar
public UUID AvatarKey
return UUID

CanVoiceChat public property

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

IsModerator public property

True of Avatar has moderator abilities
public bool IsModerator
return bool

MuteText public property

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

MuteVoice public property

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