Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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