SignalingSession.OfferAnswerNegotiation Property

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.

See Also

Reference

SignalingSession Class

SignalingSession Members

Microsoft.Rtc.Signaling Namespace