Share via


IRTCParticipant3::ReInviteWithDescription

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method allows an application to have per-participant renegotiations of offers.

Syntax

HRESULT ReInviteWithDescription(
  BSTR offerContentType,
  BSTR offerDescription
);

Parameters

  • offerContentType
    [in] BSTR specifying the content type of the answer.
  • offerDescription
    [in] BSTR specifying the body of the answer.

Return Value

This method can return an RTC_E_ constant.

S_OK - Continue; Valid offer provided.

S_FALSE - Continue without offer.

FAILED - Don’t continue.

Requirements

Header rtccore.idl
Library uuid.lib
Windows Embedded CE Windows Embedded CE 6.0 and later