Share via


INmCallNotify::Accepted

The NetMeeting 3 run time calls the Accepted method as an event sink when an outgoing call is accepted by the call recipient on a remote system. Only the application in charge (initialized with NM_INIT_CONTROL)of the NetMeeting UI receives this notification.

HRESULT Accepted(
INmConference *pConference);

Parameters

Return Values

  • S_OK
    This must be returned by the client implementation.

Remarks

This method is notified only when the remote computer has accepted a call. When the local computer accepts a call, an INmCallNotify::StateChanged notification is triggered.

Requirements

**  Windows NT/2000:** Requires Windows NT 4.0 SP3 or later.
**  Windows 95/98:** Requires Windows 95 or later. Available as a redistributable for Windows 95.
**  Header:** Imsconf2.idl.

See Also

INmCallNotify, Call Notification Object, Call Notification Object Details