IRTCReInviteEvent::get_Session

The get_Session method allows the client application to retrieve the session for the incoming re-Invite.

HRESULT get_Session(IRTCSession2**ppSession2);

Parameters

  • ppSession2
    [out] Pointer to the IRTCSession2 interface for the session that is receiving the incoming re-INVITE. This call adds a reference to the Session object, which the caller is responsible for releasing.

Return Values

RTC methods may return an RTC_E_ constant.

Value Meaning
E_POINTER The ppSession2 parameter is not a valid pointer.
RTC_E_PLATFORM_NOT_SUPPORTED The platform must be Windows 2000 or above.

Requirements

Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCReInviteEvent is defined as 11558D84-204C-43e7-99B0-2034E9417F7D.

See Also

IRTCReInviteEvent, IRTCSession