Share via


IRTCMediaRequestEvent::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 an attempt to change media parameters for the session. The media stack retains the previously set media stream types.

Syntax

HRESULT Reject();

Parameters

None.

Return Value

This method can return an RTC_E_ constant. The following table shows an additional return value and additional information about a specific return value.

Value Meaning

E_FAIL

The session has already been accepted.

RTC_E_INVALID_OBJECT_STATE

The media request is not in the incoming state.

Requirements

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

See Also

Reference

IRTCMediaRequestEvent
IRTCMediaRequestEvent::Accept