| Platform SDK: TAPI | 
The CALL_MEDIA_EVENT enum describes call media events. The ITCallMediaEvent::get_Event method returns a member of this enum to indicate the type of call media event that occurred.
typedef enum CALL_MEDIA_EVENT
{
  CME_NEW_STREAM,
  CME_STREAM_FAIL,
  CME_TERMINAL_FAIL,
  CME_STREAM_NOT_USED,
  CME_STREAM_ACTIVE,
  CME_STREAM_INACTIVE
} CALL_MEDIA_EVENT;
Due to latency, stream events may continue for a few seconds after a stream or related call session has been torn down.
  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Tapi3.h.
ITCallMediaEvent::get_Event, Media Service Provider Interface (MSPI)