Share via


IRTCReInviteEvent::Reject

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method rejects the incoming REINVITE request.

Syntax

HRESULT Reject();

Parameters

None.

Return Value

This method can return an RTC_E_ constant.

The following table shows additional information about specific return values.

Value Meaning

RTC_E_INVALID_OBJECT_STATE

The session REINVITE is not in the incoming state.

RTC_E_INVALID_SESSION_STATE

The session is not in a valid state to perform this operation.

Requirements

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

See Also

Reference

IRTCReInviteEvent
IRTCReInviteEvent::Accept