Agent Events are the events included within the agent side behavior of Cobrowse:
Event Name
Object Passed to Event Handler
Description
sessionend
{msg : [a description of the error]}
sessionend occurs when the session ends. The object passed to the event handler may be undefined, or may contain a reason code. Please see reason codes.
navigate
navigate occurs when a visitor navigates to a new page. The object passed to the event handler will include information about the browser and URL.
rc occurs when the remote control state changes. The enabled property indicates whether remote control is currently enabled. The suspended property indicates whether control is temporarily suspended due to visitor mouse or keyboard activity. See the visitor side rc event.