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
Show file 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 property

public UUID AgentID
return UUID

RequestKey public 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 property

public bool RequestValue
return bool

SessionID public property

The Session ID
public UUID SessionID
return UUID