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 the offer answer negotiation callback interface implemented by the caller.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property OfferAnswerNegotiation As IOfferAnswer
Get
Set
'Usage
Dim instance As SignalingSession
Dim value As IOfferAnswer
value = instance.OfferAnswerNegotiation
instance.OfferAnswerNegotiation = value
public IOfferAnswer OfferAnswerNegotiation { get; set; }
Property Value
Type: Microsoft.Rtc.Signaling.IOfferAnswer
The value of the property.