TAPIEx ActiveX Control v3.6

Media_Modes

The Media_Modes property constants describe media types (or modes)of a communications session or call.

Property Media_Modes 
As TAPI_CALLMEDIA

Parameters

None.

Return Values

TAPI_CALLMEDIA
Value meaning
TAPIMEDIATYPE_AUDIO Voice energy was detected on the call, and the voice is locally handled by an automated application such as with an answering machine application. When a service provider cannot distinguish between interactive and automated voice on an incoming call, it will report the call as interactive voice.
TAPIMEDIATYPE_VIDEO The media type of the call is video.
TAPIMEDIATYPE_DATAMODEM A data modem session on the call. Current modem protocols require the called station to initiate the handshake. For an incoming data modem call, the application can typically make no positive detection. How the service provider makes this determination is its choice. For example, a period of silence just after answering an incoming call can be used as a heuristic to decide that this might be a data modem call.
TAPIMEDIATYPE_G3FAX A group 3 fax is being sent or received over the call.

Remarks

None.

See Also

None.