C# Class OpenMetaverse.Messages.Linden.ChatSessionRequestStartConference

A request sent from an agent to the Simulator to begin a new conference. Contains a list of Agents to be in the conference
Inheritance: IChatSessionRequest
Mostrar archivo Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
AgentsBlock UUID[]
SessionID UUID

Public Methods

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

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

ChatSessionRequestStartConference() public method

public ChatSessionRequestStartConference ( ) : 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

AgentsBlock public_oe property

An array containing the UUID of the agents invited to this conference
public UUID[] AgentsBlock
return UUID[]

SessionID public_oe property

The conferences Session ID
public UUID SessionID
return UUID