Share via


IRTCSessionCallControl2::ParkSession (Windows Embedded CE 6.0)

1/6/2010

Applies to Windows Embedded CE 6.0 R2

This method transfers the remote User Agent of the current session to a Park Server and disconnects the local User Agent. The session must be in the connected state.

This method sends a REFER with a replace in the refer-to header. The Park Server needs to support replace in the refer-to header.

Syntax

HRESULT ParkSession (
  BSTR bstrParkServerURI
);

Parameters

  • bstrParkServerURI
    [in] URI of the Park Server.

Return Value

This method returns a S_OK when it completes successfully.

This method can return an RTC_E_ constant.

Remarks

The remote User Agent that will be parked fires an IRTCSessionStateChangeEvent3 when it receives the INVITE from the Park Server to replace the local User Agent. The remote User Agent allows the application session to update the remote Session Description Protocol and generate an answer for the new session.

Requirements

Header rtccore.h, rtccore.idl
Library uuid.lib
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

IRTCSessionCallControl2
IRTCSessionConsultantReferredEvent
IRTCSessionStateChangeEvent3

Other Resources