Skip to content

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

  1. Open the login_info_collaborator.txt file in a text editor.
  2. Add the following information, in this sequence, separated by spaces:
    • The URI of the host server
    • The Collaborator Name
    • The Invite Code
  3. Save the text file.

Launching the Collaborator Session Client

  1. Open Command Prompt.
  2. Use the cd command to change the directory to bin.
  3. Run the following command, providing the login_info_collaborator.txt file as an argument:

    ./broker_client_example_collaborator.app/Contents/MacOS/broker_client_example_collaborator -l -i login_info_collaborator.txt