Gets a flag indicating whether this invitation should be accepted immediately upon receipt.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
IsImmediateAutoAcceptNeeded 
As 
Boolean
C#
public 
bool 
IsImmediateAutoAcceptNeeded { 
get; }
Visual C++
public:
property 
bool 
IsImmediateAutoAcceptNeeded {
	
bool 
get ();
}
JavaScript
function get_
isImmediateAutoAcceptNeeded();

Remarks

If this flag is true, an invitation containing Messageas an available media type should be accepted right away. If the invitation also contains other modalities such as Audio, the application UI is responsible for bubbling up the fact that other modalities are available in the conference.

If this flag is true then the AutoAcceptNeededevent will not be raised.

See Also