OfferInInviteResponseEventArgs Class

Returns data from the [HandleOfferInInviteResponse] event.

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Microsoft.Rtc.Signaling..::..OfferInInviteResponseEventArgs

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

Syntax

'Declaration
Public MustInherit Class OfferInInviteResponseEventArgs _
    Inherits EventArgs
'Usage
Dim instance As OfferInInviteResponseEventArgs
public abstract class OfferInInviteResponseEventArgs : EventArgs

Remarks

Used with the [HandleOfferInInviteResponse] call in [IOfferAnswer]. This exposes the media offer from the remote participant and gives the ability to send the media answer in the acknowledgment.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

OfferInInviteResponseEventArgs Members

Microsoft.Rtc.Signaling Namespace