CtiCallStateManager.GetCallState(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the current call state.
public:
virtual System::String ^ GetCallState(Guid ctiCallRefCallId);
public string GetCallState (Guid ctiCallRefCallId);
abstract member GetCallState : Guid -> string
override this.GetCallState : Guid -> string
Public Function GetCallState (ctiCallRefCallId As Guid) As String
Parameters
- ctiCallRefCallId
- Guid
Specifies the call reference ID.
Returns
String version of the call ID.