Share via


SendProvisionalResponseOptions.NeedOfferAnswer Property

Gets or sets whether the application requires that an offer or answer be included in the response.

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

Syntax

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

value = instance.NeedOfferAnswer

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

Property Value

Type: System.Boolean

See Also

Reference

SendProvisionalResponseOptions Class

SendProvisionalResponseOptions Members

Microsoft.Rtc.Signaling Namespace