IRTCReInviteEvent::Accept

This method specifies the content type and body for the response to the REINVITE request.

HRESULT Accept(
  BSTR bstrContentType,
  BSTR bstrSessionDescription
);

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.

Remarks

The content type is application-specific. Applications should ensure that the called party is able to 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::Reject

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.