Topic Last Modified: 2010-07-18
The Mcus table is a supporting table; each record stores the information about one conferencing server. These can include the IM Conferencing Server and the Telephony Conferencing Server (which run as processes on Front End Servers), and the Web Conferencing Server and A/V Conferencing Server.
Column | Data Type | Key/Index | Details |
---|---|---|---|
McuId |
int |
Primary |
Unique number identifying this conferencing server. |
McuUri |
nvarchar(450) |
|
|
McuTypeId |
int |
|
Conferencing server type, such as conf:chat (for IMs) or conf:audio-video. Reference to UriTypes Table. |