IRTCSessionCallControl (Windows Embedded CE 6.0)
1/6/2010
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 |
---|---|
Places an existing call on hold. |
|
Takes an existing call off hold. |
|
Redirects a call to another user while the call is in the RTCSS_INCOMING state. |
|
Transfers (refers) a session to another URI. |
|
Sets or gets the URI of the party that initiated the transfer (refer). |
|
Sets or gets the cookie for a transferred session. |
|
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 |