IVoIPCurrentCall:IUnknown (Windows CE 5.0)
This interface represents a current call. It manages call information properties, such as type and status. It can also perform actions, such as hanging up a call. Additionally, this interface is used as a cookie that identifies calls to methods in the IVoIPMgr interface.
The IVoIPCurrentCall2 interface inherits from this interface to provide functionality for managing conference calls.
Methods
The following table shows the methods for this interface in alphabetical order. Like all COM interfaces, this interface inherits the methods for the IUnknown interface.
Method | Description |
---|---|
Answer | Answers the incoming call. |
Duration | Retrieves the duration of the call. |
FriendlyName | Retrieves the friendly name associated with the URI of the caller in the caller information database. |
Hangup | Hangs up the call. |
Hold | Puts the call on hold. |
Ignore | Ignores incoming call by stopping the ringer. |
NetworkStatus | Retrieves the network status for the call. |
Redirect | Redirects the current call. |
RTCParticipant | Retrieves the participant associated with the call. |
RTCSession | Retrieves the RTC session associated with the call. |
StartTime | Retrieves the start time of the call. |
Status | Retrieves the status of the call. |
Type | Retrieves the call type of the call. |
Unhold | Reconnects the call that is on hold. |
URI | Retrieves the URI of the other caller. |
VoIPName | Retrieves the registered network name (VoIP name) of the other caller. |
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Voipmanager.h, Voipmanager.idl.
Link Library: Voipguid.lib.
See Also
VAIL Architecture | VAIL Reference
Send Feedback on this topic to the authors