DISCONNECT CODE
[This is preliminary documentation and subject to change.]
These codes are used in the Disconnect method in the ITBasicCallControl interface.
typedef enum
{
DC_NORMAL,
DC_NOANSWER,
DC_REJECTED
} DISCONNECT_CODE
Members
-
DC_NORMAL
-
The call is being disconnected as part of the normal cycle of the call.
-
DC_NOANSWER
-
The call is being disconnected because it has not been answered (For example, an application may set a certain amount of time for the user to answer the call. If the user does not answer, the application can call Disconnect with the NOANSWER code.)
-
DC_REJECTED
-
The user rejected the offered call.