Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
OpenMetaverse
ChatSessionMember
C# Class OpenMetaverse.ChatSessionMember
Struct representing a member of a group chat session and their settings
显示文件
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