Jump to: navigation, search

Configuration

Description

The CoBrowse plugin has both configuration options for Genesys Widgets and configuration options for the Co-browse application itself. Listed on this page are the configuration options for the Genesys Widgets CoBrowse plugin which are defined in the global configuration object here: '_genesys.cxwidget.cobrowse'. Configuration objects for the Co-browse application can be set in either 'window._genesys.cobrowse' or 'window._genesys.cxwidget.cobrowse'. For a detailed list of configuration options for the Co-browse application, please visit the main documentation for Co-browse: https://docs.genesys.com/Documentation/GCB

Example

window._genesys.widgets.cobrowse = {

	src: 'https://www.website.com/cobrowse/js/gcb.min.js',
	url: 'https://www.website.com/cobrowse/'
};

Options

Name Type Description Default Required
src string URL/Path to the Co-browse JavaScript package. Usually resides on the Co-browse server. n/a Always
url string URL/Path to the Co-browse server endpoint n/a Always
This page was last edited on July 7, 2017, at 16:09.
Comments or questions about this documentation? Contact us for support!