ConversationContextChannelStateTransitionReason Enumeration

Represents the reasons for changes in ConversationContextChannel states.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Enumeration ConversationContextChannelStateTransitionReason
'Usage
Dim instance As ConversationContextChannelStateTransitionReason
public enum ConversationContextChannelStateTransitionReason

Members

Member name Description
None Unknown or obvious reason.
EstablishFailed Establishment of channel failed.
RemoteUnreachable The remote endpoint is unreachable.

Reconnection attempts will continue to be made as we wait for remote to reconnect.

FirstHopUnreachable The first hop proxy is unreachable.

Reconnection attempts will continue to be made.

TerminatedLocally The channel was terminated locally.
TerminatedRemotely The channel was terminated by remote endpoint.
RecoveryFailed The connection to the remote endpoint could not recovered.

The channel is terminated.

See Also

Reference

Microsoft.Rtc.Collaboration Namespace