ThbTapiCall.ConnectedModeText
 

The connected mode describes different substates of a connected call. A mode is available as call status to the application after the call state transitions to connected, and the ThbTapiLine.OnConnected resp. ThbTapiLine.OnCallState (connected) has fired. The ConnectedModeText function can be used to display a textual counterpart to the current connected mode.

Declaration

function ConnectedModeText: String;

See Also

ThbTapiLine.OnConnected