Session Client Binary¶
The SDK is bundled with a session client binary, which can be invoked via command line or programmatically from a pre-session client. The session client for Windows is located in the SDK distribution on the following path:
- [working directory]\bin\client_session.exe
For an example of programmatically invoking the in-session client, search for launch_session
in [working directory]\examples\broker_client_example\main.cpp.
After the PCoIP connection is established, several command line options are available from the in-session client,
as outlined above.
For an example of how to use the Teradici broker libraries and the PCoIP Session libraries to connect to an agent and launch a PCoIP session, see Minimal Client Example.