Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi team,I am trying to showcase the basic SDK features using a simple html code for a PoC.When I use the below code, everything is working fine. AssistSDK.startSupport({ destination: 'sip:1000@<CUBE-IP>'});However, when I add the uui parameter as...
Hi team,Below is the sentence from the Advanced CSDK Developer's Guide:"When there is no video stream being sent or received, the video view and preview view renders a full frame of green. Only when streaming does video appear."It seems this green sc...
Hi team,I have a one-node REM installation. Everything was working fine with the default self-signed certificates. Then, I uploaded new CA-signed certificates and restarted the server. Now, the AS Management page ( https://<REM-IP address>:9990/conso...
Hi team,At the moment, co-browsing is requested by the agent and if the customer accepts the request, co-broswing session starts. Is there a way to remove this capability from the agent and give to the customer? That is, the customer will trigger the...
Hi Rob,We tried several different things, none of them worked but finally "changing the Z order of remote preview" resolved the issue.Thanks and regards,Murat
Hi Rach,The following recommendation fixed the issue. “Change the Z order of the remote preview to hide it in the background and when onSurfaceRenderingStarted is fired, change the Z order to make it viewable?”Thank you very much for your support. Be...