Revision as of 22:41, June 21, 2020 by WikiSysop (talk | contribs) (Automated save: adding PEC_Migrated template.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Configuration

Important
This content may not be the latest Genesys Engage cloud content. To find the latest content, go to Genesys Engage cloud for Administrators.


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.widgets.cobrowse'. Configuration objects for the Co-browse application can be set in either 'window._genesys.cobrowse' or 'window._genesys.widgets.cobrowse'. For a detailed list of configuration options for the Co-browse application, please visit the main documentation for Co-browse.

Example

window._genesys.widgets.cobrowse = {

	src: APIGEE_GCB_URL+'/cobrowse/js/gcb.min.js?apikey=APIGEE_GCB_KEY',
	url: APIGEE_GCB_URL+'/cobrowse/',
	apikey: 'APIGEE_GCB_KEY'

	// Where the APIGEE_GCB_URL is the URL to the public ApiGee resource for Co-browse, and APIGEE_GCB_KEY is the ApiGee key for Co-browse.
};

Options

Name Type Description Default Required
src string URL to the Co-browse JavaScript package. Resides on the secure access to Co-browse cluster. Must contain Co-browse apikey initialization, i.e.

'?apikey=APIGEE_GCB_KEY'

n/a Always
url string URL to the Co-browse cluster endpoint n/a Always
apikey string ApiGee key for Co-browse n/a Always
This page was last edited on June 21, 2020, at 22:41.
Comments or questions about this documentation? Contact us for support!