IsImmediateAutoAcceptNeeded Property

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

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

Syntax

'Declaration
Public ReadOnly Property IsImmediateAutoAcceptNeeded As Boolean
    Get
'Usage
Dim instance As ConferenceInvitation
Dim value As Boolean

value = instance.IsImmediateAutoAcceptNeeded
public bool IsImmediateAutoAcceptNeeded { get; }

Property Value

Type: System..::..Boolean

Remarks

An invitation containing IM is accepted right away. If it contains other modalities such as voice, the Reach client UI is responsible for bubbling up the fact that audio is an available modality of the conference.

See Also

Reference

ConferenceInvitation Class

ConferenceInvitation Members

Microsoft.Rtc.Collaboration Namespace