Gets whether the incoming call is from an MCU hosting a conference.

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

Syntax

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

Remarks

If the incoming call is from an MCU, then the application has to join the conference before accepting the call.

See Also