05-18-2016 11:54 AM
Hi is it possible to disable expert assist popup or hide him ? I want connect to agent witth simple page without popup.
Regards
Solved! Go to Solution.
05-30-2016 06:29 AM
Hi Lukasz,
If you are using co-browse only then this will automatically not have the popup with the agent's video image from REM 11.5.
For V&V calls in REM 11.5 the pop up will remain the same as in REM 10.6
Regards,
Rob
05-30-2016 06:29 AM
Hi Lukasz,
If you are using co-browse only then this will automatically not have the popup with the agent's video image from REM 11.5.
For V&V calls in REM 11.5 the pop up will remain the same as in REM 10.6
Regards,
Rob
05-30-2016 06:41 AM
No I am not using Co-browse. I use only Video and Audio connection.
05-30-2016 09:30 AM
Hi Lukasz,
Can you share a screen shot of what you want removed.
If you are only using Video and Audio connection (and no co-browse) then in REM 11.5 you will be able to use the advanced SDK and will have complete control over your local and remote video windows.
Regards,
Rob
05-30-2016 10:57 PM
I want remove/hide this popup
05-31-2016 02:43 PM
Hi Lukasz,
This popup window in the browser is used to maintain the call during traversal of pages so it can't be removed but it can be customized with regard to colors, fonts, and images. To customize it, create a CSS file defining styles for the body tag and for the #title, #logo, and #status elements. When invoking, you must pass the CSS file URL as the popupCssUrl configuration parameter
See the "Customizing the JavaScript CSDK popup window" section of the developer guide for more details.
Regards,
Rob
06-10-2016 12:15 AM
Hi Robert
I was able to do for Chrome and Opera Browsers but for Firefox and IE it doesn't work. I replaced "parent window" on "expert assist window" by simple change in code. For Chrome it looks before:
After:
Regards
06-10-2016 05:12 AM
Hi Likasz,
Thanks for sharing. Is this issue resolved for you now?
Cheers,
Rich
06-14-2016 04:41 AM
Hi Richard.
I can't fix this issue for Firefox and IE. I need resolve issue for all browsers IE > 9, Firefox, Opera, Chrome, Safari. I changed one line of code in assist.js
function loadPopup(callback) {
controllerWindow = window.open("about:blank", '_self', "width=" + CONTROLLER_WIDTH + ",height=" + CONTROLLER_HEIGHT + ",resizable=yes,scrollbars=yes");
//...
}
And it's work fine for Chrome and Opera browsers.
06-17-2016 05:16 AM
Hi Lukasz,
I don't think this feature, hiding the assist popup is supported in REM. Can you attach your full assist.js file?
Cheers,
Rich
06-17-2016 05:43 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide