OfferInInviteResponseEventArgs Class
Used with the HandleOfferInInviteResponse call in IOfferAnswer. This will expose the media offer from the remote participant and gives the ability to send the media answer in the acknowledgement.
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
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.