IRTCReInviteEvent::Reject (Windows CE 5.0)
This method rejects the incoming REINVITE request.
HRESULT Reject();
Parameters
None.
Return Values
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
OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.
See Also
IRTCReInviteEvent | IRTCReInviteEvent::Accept
Send Feedback on this topic to the authors