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.
1/6/2010
This method sends "200 OK" in response to the SIP-NOTIFY with custom content type and data.
Syntax
HRESULT Accept(
BSTR bstrContentType,
BSTR bstrData
);
Parameters
- bstrContentType
[in] Content-type field to send in response to the NOTIFY. May be NULL.
- bstrData
[in] Body to send in response to the NOTIFY. May be NULL.
Return Value
RTC methods may return an RTC_E_ constant.
Requirements
| Header | rtccore.idl |
| Library | uuid.lib |
| Windows Embedded CE | Windows Embedded CE 6.0 and later |