InviteReceivedEventArgs.IsConferenceDialOut Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the incoming call is from an MCU hosting a conference.
public:
property bool IsConferenceDialOut { bool get(); };
public bool IsConferenceDialOut { get; }
member this.IsConferenceDialOut : bool
Public ReadOnly Property IsConferenceDialOut As Boolean
Property Value
Remarks
If the incoming call is from an MCU, then the application has to join the conference before accepting the call.