NM_CALL_* Type
Values from the NM_CALL_* type enumeration identify the type of the Call object coming into an active Conference object.
typedef enum tagNmCallType{
NM_CALL_DEFAULT = 0,
NM_CALL_T120 = 1,
NM_CALL_H323 = 2
} NM_CALL_TYPE;
Elements
- NM_CALL_DEFAULT
Allows audio, video, and data conferences. - NM_CALL_T120
Allows data conferences. - NM_CALL_H323
Allows audio and video conferences.
Requirements
** Windows NT/2000:** Requires Windows NT 4.0 SP3 or later.
** Windows 95/98:** Requires Windows 95 or later. Available as a redistributable for Windows 95.
** Header:** Imsconf2.idl.