Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public ReadOnly Property IsConferenceDialOut As Boolean
Get
'Usage
Dim instance As InviteReceivedEventArgs
Dim value As Boolean
value = instance.IsConferenceDialOut
public bool IsConferenceDialOut { get; }
Property Value
Type: System.Boolean
Remarks
If the incoming call is from an MCU, then the application has to join the conference before accepting the call.
See Also
Reference
InviteReceivedEventArgs Members