IRTCSessionCallControl

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This interface contains methods that enable the application to implement traditional call control features, such as hold and forward.

Methods

The following table shows the methods for this interface in vtable order. This is the order in which the compiler calls the methods. Like all COM interfaces, this interface inherits the methods for the IUnknown interface.

Method Description

IRTCSessionCallControl::Hold

Places an existing call on hold.

IRTCSessionCallControl::UnHold

Takes an existing call off hold.

IRTCSessionCallControl::Forward

Redirects a call to another user while the call is in the RTCSS_INCOMING state.

IRTCSessionCallControl::Refer

Transfers (refers) a session to another URI.

IRTCSessionCallControl::ReferredByURI

Sets or gets the URI of the party that initiated the transfer (refer).

IRTCSessionCallControl::ReferCookie

Sets or gets the cookie for a transferred session.

IRTCSessionCallControl::IsReferred

Determines if the session has been referred to another user.

Obtaining a Pointer

To retrieve an IRTCSessionCallControl interface, the application should call IUnknown::QueryInterface on the IRTCSession2 interface.

Requirements

Header rtccore.h, rtccore.idl
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

RTC Client API Interfaces