[This is pre-release documentation and subject to change in future releases. This topic's current status is: Milestone-Ready]

Topic Last Modified: 2010-03-07

The Conference table is a supporting table. Each record represents one conference or peer-to-peer session.

Column Data Type Key/Index Details

ConferenceKey

Int

Primary

Unique number identifying this Conference record.

ConfURI

nvarchar(450)

unique

Conference URI is this is a conference, or DialogID if this is a peer-to-peer session.

Checksum

int

index

Checksum of the conference URI, this is used internally.

NextUpdateTS

Datetime

For internal use only.