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.

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

Syntax

Visual Basic (Declaration)
Public 
MustInherit 
Class 
OfferInReInviteEventArgs _
	
Inherits 
EventArgs
C#
public 
abstract 
class 
OfferInReInviteEventArgs : 
EventArgs
Visual C++
public 
ref class 
OfferInReInviteEventArgs 
abstract : 
public 
EventArgs
JavaScript

Microsoft.Rtc.Signaling.OfferInReInviteEventArgs = 
function();

Type.createClass(
		'Microsoft.Rtc.Signaling.OfferInReInviteEventArgs',
	
EventArgs);

Inheritance Hierarchy

Object
   EventArgs
     Microsoft.Rtc.Signaling . . :: . OfferInReInviteEventArgs

See Also