Edit

Share via


ConferenceInvitation.IsImmediateAutoAcceptNeeded Property

Definition

Gets whether this invitation should be accepted immediately upon receipt.

public:
 property bool IsImmediateAutoAcceptNeeded { bool get(); };
public bool IsImmediateAutoAcceptNeeded { get; }
member this.IsImmediateAutoAcceptNeeded : bool
Public ReadOnly Property IsImmediateAutoAcceptNeeded As Boolean

Property Value

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.

Applies to