CurrentCall Property
Gets the current active CallInfo object or null if no call is active. Read-only.
Usage
Get value: | CallInfo = SpeechControl.CurrentCall; |
Set value: | Read-only |
Data type: | CallInfo |
Remarks
If no call is in progress, the CallInfo object that is returned contains null strings in its DeviceID, CallID, CallingDevice and CalledDevice properties.
See Also
SpeechControl Class | SpeechControl Constructor | SpeechControl Members | SpeechControl Properties | SpeechControl Methods | SpeechControl Events