Class: AvayaCoBrowseClientServices

Initializes AvayaCoBrowseClientServices

Methods

createAgentCobrowse(cobrowseConfiguration) → {AvayaCoBrowseClientServices.Services.Cobrowse.Agent.AgentCobrowse}

Create an object of Agent cobrowse session

Parameters:
Name Type Description
cobrowseConfiguration AvayaCoBrowseClientServices.Config.CoBrowseConfiguration

Required for Cobrowse Session

Returns:

createCustomerCobrowse(cobrowseConfiguration) → {AvayaCoBrowseClientServices.Services.Cobrowse.Customer.CustomerCobrowse}

Create an object of customer cobrowse session

Parameters:
Name Type Description
cobrowseConfiguration AvayaCoBrowseClientServices.Config.CoBrowseConfiguration

Required for Cobrowse Session

Returns:

initAgentServiceContext(serviceContext)

set the service context url for the agent

Parameters:
Name Type Description
serviceContext String

context url for the agent

initCustServiceContext(serviceContext)

set the service context url for the customer

Parameters:
Name Type Description
serviceContext String

context url for the customer

registerLogger(logger)

Register a JavaScript logger

Parameters:
Name Type Description
logger

Javascript logger utility, default window.console