Conferences View
Topic Last Modified: 2012-10-01
The Conferences View stores information about the conferences. This view was introduced in Microsoft Lync Server 2013.
| Column | Data Type | Details |
|---|---|---|
| SessionIdTime | datetime | Time of session request. Used in conjunction with SessionIdSeq to uniquely identify a session. See the Dialogs Table for more information. |
| SessionIdSeq | int | ID number to identify the session. Used in conjunction with SessionIdTime to uniquely identify a session. See the Dialogs Table for more information. |
| ConferenceUri | nvarchar(450) | URI for the conference. |
| ConferenceUriType | nvarchar(256) | Type of the conference URI. See the UriTypes Table for more information. |
| ConfInstance | uniqueidentifier | Used for recurring conferences. Each instance of a recurring conference has the same ConferenceUri but a different ConfInstance. |
| ConferenceStartTime | datetime | Starting time for the conference. |
| ConferenceEndTime | datetime | Ending time for the conference. |
| OrganizerUri | nvarchar(450) | URI of the user who organized the conference. |
| OrganizerType | nvarchar(256) | Type of URI of the user who organized the conference. See the UriTypes Table for more information. |
| OrganizerTenant | nvarchar(256) | Tenant of the user who organized the conference. See the Tenants Table for more information. |
| Pool | nvarchar(256) | Fully qualified domain name of the pool that hosted the conference. |
| Flag | smallint | Bit mask that contains Conference Attributes. Possible values are: 0X01 – Synthetic Transaction |
