会議テーブルConference table
会議テーブルはサポート テーブルです。The Conference table is a supporting table. 各レコードは、1 つの電話会議またはピアツーピア セッションを表します。Each record represents one conference or peer-to-peer session.
列Column | データ型Data Type | キー/インデックスKey/Index | 詳細Details |
---|---|---|---|
ConferenceKeyConferenceKey |
intint |
PrimaryPrimary |
この電話会議レコードを識別する一意の番号。Unique number identifying this conference record. |
ConfURIConfURI |
nvarchar(450)nvarchar(450) |
uniqueunique |
これが会議の場合は会議 URI、ピアツーピア セッションの場合は DialogID です。Conference URI if this is a conference, or DialogID if this is a peer-to-peer session. |
チェックサムChecksum |
intint |
indexindex |
電話会議 URI のチェックサム。Checksum of the conference URI. これは内部で使用されます。This is used internally. |
NextUpdateTSNextUpdateTS |
日付型datetime |
内部使用のみ。For internal use only. |