CallStateChangeEventArgs.State Property

Definition

Gets the current state of the VoIP call.

public:
 property VoipPhoneCallState State { VoipPhoneCallState get(); };
VoipPhoneCallState State();
public VoipPhoneCallState State { get; }
var voipPhoneCallState = callStateChangeEventArgs.state;
Public ReadOnly Property State As VoipPhoneCallState

Property Value

The current state of the VOIP call.

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem voipCall

Applies to