OfferInReInviteEventArgs Class

Used with the HandleReInviteOfferReceived call in IOfferAnswer. This will expose the media offer from the remote participant and gives the ability to send the media answer.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Rtc.Signaling.OfferInReInviteEventArgs

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

Syntax

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

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

OfferInReInviteEventArgs Members

Microsoft.Rtc.Signaling Namespace