Share via


IVoIPCurrentCall2:IVoIPCurrentCall (Windows CE 5.0)

Send Feedback

This interface provides methods for managing conference calls. It extends the functionality of the IVoIPCurrentCall interface.

For additional information about call conferencing using this interface, see VAIL Call Conferencing.

Methods

This interface inherits the methods for the IUnknown and IVoIPCurrentCall interfaces.

The following table shows the IVoIPCurrentCall2 methods.

Method Description
AddParticipantToConference Creates a conference call and adds the specified call, or adds the specified call to an already created conference.
ConferenceHost Returns the host of the conference, if this call is part of a conference.
ConferenceParticipants Returns an enumeration of the participants in the current conference call, if this call is part of a conference.
IsConferenceHost Returns whether or not this call is the host of a conference.
IsConferenceParticipant Returns whether or not this call is a participant in a conference.

Obtaining a Pointer

To obtain a pointer to a IVoIPCurrentCall2 interface, call IUnknown::QueryInterface on a IVoIPCurrentCall object.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Voipmanager.h, Voipmanager.idl.
Link Library: Voipguid.lib.

See Also

VoIP Application Interface Layer Interfaces | IUnknown | IUnknown::QueryInterface | IVoIPCurrentCall

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.