Gets or sets value indicating if recovery attempt from failure in a dialog's signaling path is supported

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

Syntax

Visual Basic (Declaration)
Public 
Property 
IsDialogResiliencySupported 
As 
Boolean
C#
public 
bool 
IsDialogResiliencySupported { 
get; 
set; }
Visual C++
public:
property 
bool 
IsDialogResiliencySupported {
	
bool 
get ();
	
void 
set (
bool 
value);
}
JavaScript
function get_
isDialogResiliencySupported();
function set_
isDialogResiliencySupported(
value);

Remarks

If the signaling path in an established dialog becomes invalid due to a failure of one of the elements in the path, a new signaling path, if possible, would be automatically established when this property is set.

See Also