ncInstalling Co-browsing

1 Install the SysPacks

Make sure you have the SysPacks v.22.1.1000 installed on your system. To do so:

  1. Using a web browser, log in to your FintechOS Community account.
  2. Select the Relese Hub.
  3. Open the FintechOS 22.S release.
  4. Open the HPFI folder.
  5. Download the SySDigitalSolutionPackages v22.1.1000.zip archive.
  6. Unzip the archive and follow the instructions from the SysPacks Installation page,
NOTE  Make sure the following packages are deployed:
  • 10_01 FTOS Cognitive Processor OperatorDM - v20.2.11x1
  • 10_02 FTOS Cognitive Processor OperatorScripts - 20.2.11x1
  • 100 DFP Common Scripts - 21.2.11x0

2 Set up the Co-browsing Service Subscription Key

IMPORTANT!  
Make sure that the Vault configurations are done and that the Webhook is created.
 
 
 

The configuration required by Co-browsing consists of the following:

  • Serilog Configurations

  • EbsSqlServer: Connection string pointing to the database where configurations are stored.

In order to correctly identify the sub-account configuration, Co-browsing requires an extra configuration to be made. This helps retrieve the Surfly Api Key based on the subscription key. For this, an entry in the FintechOS management instance, the ApiKeyRelation entity has to be edited accordingly, similar to the image below:

 

FieldDescription
ApiTypeIdThe ID type. It needs to be Cobrowsing.
NameThe name given session name. Must be unique.
SubscriptionKeyRepresent the display name of the given subscription key. Must be different from Name.
ApiKeyThe API key to be sent to the Co-browsing session.

3 Set up the Processor Settings

Configure the following ProcessorSetting:

Copy
{
    "SourceEntityName": "Entity_Name"
    "QueueParameters": [
        {
            "ParamName": "Name",
            "ParamValue": "VideoQueue",
        }
    ]
}
  • SourceEntityName is the entity from which the Co-browsing session is initiated.
  • QueueParameters, the ParamValue is the queue value item of the Co-browsing session.