C# Class OpenMetaverse.Messages.Linden.ParcelVoiceInfoRequestMessage

A message sent from the simulator to the viewer containing the voice server URI
Inheritance: IMessage
Mostrar archivo Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
ParcelID int
RegionName string
SipChannelUri System.Uri

Public Methods

Method Description
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

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

ParcelID public_oe property

The Parcel ID which the voice server URI applies
public int ParcelID
return int

RegionName public_oe property

The name of the region
public string RegionName
return string

SipChannelUri public_oe property

A uri containing the server/channel information which the viewer can utilize to participate in voice conversations
public Uri,System SipChannelUri
return System.Uri