Class: CobrowsingRequest
Property Summary
- (Operator) operator
-
The operator who sent the CoBrowsing request.
Instance Method Summary
- # (void) allow() Allow Operator to CoBrowse with the Visitor.
- # (void) decline() Decline this CoBrowsing request from the Operator.
Instance Method Details
#
(void)
allow()
Allow Operator to CoBrowse with the Visitor. Right after allowing, en event of type Cobrowser.EVENTS.MODE_CHANGE is triggered. Also, a CobrowsingSession object is created, which can be obtained from Cobrowser.EVENTS.MODE_CHANGE listener's callback. CobrowsingSession can be used for stopping the CoBrowsing session.
#
(void)
decline()
Decline this CoBrowsing request from the Operator.