Topic Last Modified: 2012-10-02

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 if 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.