Share via


ConferenceInvitation.IsImmediateAutoAcceptNeeded Property

Gets whether 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

If this property is true, an invitation containing Message as 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 reporting the fact that other modalities are available in the conference.

If this property is true then the AutoAcceptNeeded event will not be raised.

See Also

Reference

ConferenceInvitation Class

ConferenceInvitation Members

Microsoft.Rtc.Collaboration Namespace

GetAvailableMediaTypes()