Comment on page
Session Url
If you would like to link Browsee's session URLs to your CRM or internal systems you can use the following API call
_browsee.getSessionUrl()
This will return a URL like:
https://browse.io/app/session/1e825882bb26
.In case you are going to call this even before Browsee JS is loaded, please use it as
_browsee('getSessionUrl', callback)
where you will get the URL in a callback.
Last modified 3mo ago