Share via


ModalityDisconnectReason Enumeration

Enumerates the modality disconnect reasons.

Namespace:  UCCollaborationLib
Assembly:  Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)

Syntax

 typedef enum ModalityDisconnectReason
 {
    ucDisconnectReasonNone,
    ucDisconnectReasonTimeout,
    ucDisconnectReasonBusy,
    ucDisconnectReasonNotAcceptableHere,
    ucDisconnectReasonDecline,
    ucDisconnectReasonDeclineEverywhere,
    ucDisconnectReasonReplyOther
 };

Members

Member name Description
ucDisconnectReasonNone
Disconnect to leave currently connected modality.
ucDisconnectReasonTimeout
Disconnect with timeout for incoming peer-to-peer.
ucDisconnectReasonBusy
Disconnect with busy for incoming peer-to-peer.
ucDisconnectReasonNotAcceptableHere
Disconnect with not acceptable here.
ucDisconnectReasonDecline
Disconnect to decline incoming peer-to-peer allowing redirection to voicemail.
ucDisconnectReasonDeclineEverywhere
Disconnect to decline incoming peer-to-peer everywhere.
ucDisconnectReasonReplyOther

Remarks

See Also

UCCollaborationLib Namespace