C# Class OpenMetaverse.Messages.Linden.ChatSessionRequestMuteUpdate

A moderation request sent from a conference moderator Contains an agent and an optional action to take
Inheritance: IChatSessionRequest
ファイルを表示 Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
AgentID UUID
RequestKey string
RequestValue bool
SessionID UUID

Public Methods

Method Description
ChatSessionRequestMuteUpdate ( ) : System
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

ChatSessionRequestMuteUpdate() public method

public ChatSessionRequestMuteUpdate ( ) : System
return System

Deserialize() public method

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
return void

Serialize() public method

Serialize the object
public Serialize ( ) : OSDMap
return OSDMap

Property Details

AgentID public_oe property

public UUID AgentID
return UUID

RequestKey public_oe property

A list containing Key/Value pairs, known valid values: key: text value: true/false - allow/disallow specified agents ability to use text in session key: voice value: true/false - allow/disallow specified agents ability to use voice in session
"text" or "voice"
public string RequestKey
return string

RequestValue public_oe property

public bool RequestValue
return bool

SessionID public_oe property

The Session ID
public UUID SessionID
return UUID