Share via


SendProvisionalResponseOptions.IsUnreliable Property

Gets or sets whether the provisional should be sent unreliably.

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

Syntax

'Declaration
Public Property IsUnreliable As Boolean
    Get
    Set
'Usage
Dim instance As SendProvisionalResponseOptions
Dim value As Boolean

value = instance.IsUnreliable

instance.IsUnreliable = value
public bool IsUnreliable { get; set; }

Property Value

Type: System.Boolean

Remarks

This requests that the provisional is sent unreliably. It is not recommended to send an offer or answer in a provisional that is sent unreliably as the handling of such a message is not predictable.

If false, and the 100rel extension is supported by the connected parties, then a reliable provisional will be sent.

If False, and the 100rel extension is not supported by connected parties, an unreliable provisional will be sent.

See Also

Reference

SendProvisionalResponseOptions Class

SendProvisionalResponseOptions Members

Microsoft.Rtc.Signaling Namespace