IRTCSession::Answer
This method answers an incoming session. It can be called only on a session in the RTCSS_INCOMING state and causes the session to transition into the RTCSS_ANSWERING state.
HRESULT Answer( );
Parameters
None*.*
Return Values
This method can return an RTC_E_ constant. The following table shows the possible return values.
Value | Description |
---|---|
RTC_E_INVALID_SESSION_STATE | Session can be answered only in the RTCSS_INCOMING state. |
Remarks
Security Note This method can send data over the network in unencrypted form. Therefore, someone eavesdropping on the network might be able to read the data. Before using this method in an unencrypted session, consider the security risk of sending the data in clear text. The application can encrypt an RTC session by specifying TLS in the profile used for the session.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.
See Also
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.