Share via


IRTCClient::StartT120Applet

The StartT120Applet method starts a T120 applet.

The applet is associated with any existing or future sessions that use the RTCMT_T120_SENDRECV media type.

HRESULT StartT120Applet(RTC_T120_APPLETenApplet);

Parameters

  • enApplet
    [in] An RTC_T120_APPLET enumeration that specifies the type of T120 applet started.

Return Values

RTC methods may return an RTC_E_ constant.

Value Meaning
RTC_E_CLIENT_NOT_INITIALIZED The client has not been initialized.

Remarks

This function may send data over the wire in unencrypted form; therefore, someone eavesdropping on the network may be able to read the data. The security risk of sending the data in clear text should be considered before using this method in an unencrypted session. An RTC session can be encrypted by specifying TLS in the profile used for the session.

The application should ensure that the T120 media is enabled before calling this method. The application calls IRTCClient::SetPreferredMediaTypes with RTCMT_T120_SENDRECV specified in the lMediaTypes parameter to enable the T120 media type.

Requirements

Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000 SP4.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCClient is defined as 07829e45-9a34-408e-a011-bddf13487cd1.

See Also

IRTCClient, RTC_T120_APPLET, IRTCClient::StopT120Applets