SessionCorrelation table

The SessionCorrelation table is a supporting table. Each record represents one CorrelationID which is used to correlate multiple sessions.

Column Data Type Key/Index Details
Checksum
int
CorrelationKey
int
Primary
Unique number identifying this A/V Conferencing Server.
CorrelationID
nvarchar(256)
Unique
Sessions that are correlated will have the same correlation ID.
NextUpdateTS
datetime

For internal use only.