OfferInReInviteEventArgs Class

Returns data from the [HandleReInviteOfferReceived] event.

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

Remarks

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

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