Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method specifies the content type and body for the response to the REINVITE request.
HRESULT Accept(BSTRbstrContentType,BSTRbstrSessionDescription);
Parameters
- bstrContentType
[in] The content type for the response to the REINVITE request. - bstrSessionDescription
[in] The session description for the response to the REINVITE request.
Return Values
This method can return an RTC_E_ constant.
The following table shows an additional return value and additional information about specific return values.
Value | Meaning |
---|---|
E_OUTOFMEMORY | Insufficient memory to perform this operation. |
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. |
RTC_E_POINTER | One of the parameters is not a valid pointer. |
Remarks
The content type is application-specific.
Applications should ensure that the called party can decipher the content type of the session description.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.
See Also
IRTCReInviteEvent | IRTCReInviteEvent::Reject
Send Feedback on this topic to the authors