Conference Table
Topic Last Modified: 2010-11-09
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. |