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.

NextUpdateTS

Datetime

 

For internal use only.