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
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Свойство Type Description
AgentID UUID
RequestKey string
RequestValue bool
SessionID UUID

Méthodes publiques

Méthode Description
ChatSessionRequestMuteUpdate ( ) : System
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

ChatSessionRequestMuteUpdate() public méthode

public ChatSessionRequestMuteUpdate ( ) : System
Résultat System

Deserialize() public méthode

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
Résultat void

Serialize() public méthode

Serialize the object
public Serialize ( ) : OSDMap
Résultat OSDMap

Property Details

AgentID public_oe property

public UUID AgentID
Résultat 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
Résultat string

RequestValue public_oe property

public bool RequestValue
Résultat bool

SessionID public_oe property

The Session ID
public UUID SessionID
Résultat UUID