IVoIPCurrentCall:IUnknown
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.
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 | Gets the duration of the call. |
FriendlyName | Gets 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 | Gets the network status for the call. |
Redirect | Redirects the current call. |
RTCParticipant | Gets the participant associated with the call. |
RTCSession | Gets the RTC session associated with the call. |
StartTime | Gets the start time of the call. |
Status | Gets the status of the call. |
Type | Gets the call type of the call. |
Unhold | Reconnects the call that is on hold. |
URI | Gets the URI of the other caller. |
VoIPName | Gets 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
VoIP Application Interface Layer Architecture | VoIP Application Interface Layer Reference
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.