SendProvisionalResponseOptions.IsUnreliable Property

Definition

Gets or sets whether the provisional should be sent unreliably.

public:
 property bool IsUnreliable { bool get(); void set(bool value); };
public bool IsUnreliable { get; set; }
member this.IsUnreliable : bool with get, set
Public Property IsUnreliable As Boolean

Property Value

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.

Applies to