IRTCReInviteEvent::Reject

The Reject method allows the client application to reject the incoming re-Invite.

HRESULT Reject();

Parameters

This method has no parameters.

Return Values

RTC methods may return an RTC_E_ constant.

Value Meaning
RTC_E_INVALID_OBJECT_STATE The session reinvite is not in the incoming state.
RTC_E_PLATFORM_NOT_SUPPORTED The platform must be Windows 2000 or above.
RTC_E_INVALID_SESSION_STATE The session is not in a valid state to perform this operation.

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