IRTCParticipant3::ReInviteWithDescription (Windows Embedded CE 6.0)
1/6/2010
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 |