Initiating the Collaboration Broker Connection Workflow¶
Initiating the Collaboration Broker Connection workflow is a two-step process. As a first step, modify the login_info_collaborator.txt file to add the URI of the host, the collaborator's name, and the invitation code. Then, run broker_client_example_collaborator.exe
using login_info_collaborator.txt
as an argument. To do this, use the -l switch to have the Collaboration Broker Client API example invoke the collaborator session client.
More About the -l Switch
The -l switch enables you to invoke the Session Client API without the 60-second connect tag window.
Modifying the login_info_collaborator.txt File¶
- Open the login_info_collaborator.txt file in a text editor.
- Add the following information, in this sequence, separated by spaces:
- The URI of the host server
- The Collaborator Name
- The Invite Code
- Save the text file.
Launching the Collaborator Session Client¶
- Open Command Prompt.
- Use the
cd
command to change the directory tobin
. - Run the following command, providing the login_info_collaborator.txt file as an argument:
./broker_client_example_collaborator -l -i login_info_collaborator.txt