<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CP pop-out window feature broken in Contact Pro</title>
    <link>https://community.sinch.com/t5/Contact-Pro/CP-pop-out-window-feature-broken/m-p/14126#M506</link>
    <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to share additional information on this topic.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A call offering scenario exists where the pop out Communication Panel is not able to accept calls and so automatically rejects the offering.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This occurs when the user initiates the popout Communication Panel while a call is being offered - until SIP is registered the agent is not able to answer the call from the popout. RCA is that pop out Communication Panel has not loaded phone capabilities yet and is in process of loading the capabilities.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are two workarounds for the issue:&lt;/P&gt;&lt;P&gt;1. Set agent status to not ready before initializing the popout&lt;/P&gt;&lt;P&gt;2. Sign agent out from call queues before initializing the popout&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;BR /&gt;Jukka&lt;/P&gt;</description>
    <pubDate>Thu, 22 Feb 2024 07:04:01 GMT</pubDate>
    <dc:creator>Jukka</dc:creator>
    <dc:date>2024-02-22T07:04:01Z</dc:date>
    <item>
      <title>CP pop-out window feature broken</title>
      <link>https://community.sinch.com/t5/Contact-Pro/CP-pop-out-window-feature-broken/m-p/13513#M494</link>
      <description>&lt;P&gt;This affects embedded Communication Panel (CP) use with the pop-out window. This doesn’t affect:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;normal CP use in a standalone browser window or tab&lt;/LI&gt;
&lt;LI&gt;embedded CP that doesn’t use the pop-out window&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Symptoms&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;When a host application embeds CP, the embedded CP inside iFrame can no longer talk with the pop-out CP. This happens because the browser now considers the messages from &lt;A href="https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdeveloper.mozilla.org%2Fen-US%2Fdocs%2FWeb%2FAPI%2FBroadcast_Channel_API&amp;amp;data=05%7C01%7Cnina.makkonen%40sinch.com%7C90ca799f037b40fb231a08dbf19c4224%7C3b518aae89214a7b8497619d756ce20e%7C0%7C0%7C638369425688210992%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=zQB7UhyZ9weE2sZIDvxaWxYo1A4thFaq7F%2FJKh7laDA%3D&amp;amp;reserved=0" target="_self"&gt;BroadcastChannel&lt;/A&gt; (which the pop-out CP uses) from within iFrame to be originating from the top-level domain and not the iFrame’s domain. BroadcastChannel messages can be received only within the same domain. Therefore listeners on sinch.com side no longer receive the messages and the pop-out CP can’t synch with the embedded CP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Solution&lt;/STRONG&gt;&lt;BR /&gt;To fix pop-out CP and My Conversations view, disable the setting for some browser, for example Edge, and then dedicate that browser for using the host app and CP:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Chrome: chrome://flags/#third-party-storage-partitioning -&amp;gt; set value to &lt;STRONG&gt;Disabled&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Edge: edge://flags/#third-party-storage-partitioning &amp;gt; set value to &lt;STRONG&gt;Disabled&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Firefox: Disable setting &lt;STRONG&gt;privacy.antitracking.enableWebcompat&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The setting can’t be updated via a Group Policy so you need to do this on each computer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The issue is caused by a security feature. The purpose of this new feature is to prevent websites from tracking people’s browsing habits. But it also affects legitimate use of BroadcastChannel and other APIs.&amp;nbsp;For more information, see &lt;A href="https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdeveloper.chrome.com%2Fdocs%2Fprivacy-sandbox%2Fstorage-partitioning%2F%23what-is-storage-partitioning&amp;amp;data=05%7C01%7Cnina.makkonen%40sinch.com%7C90ca799f037b40fb231a08dbf19c4224%7C3b518aae89214a7b8497619d756ce20e%7C0%7C0%7C638369425688222137%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=bii7QtVyXsIIJglED6A4IqDRqVqWB%2BaU38XWP1%2F9Rsw%3D&amp;amp;reserved=0" target="_self"&gt;storage partitioning&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 12:22:11 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Contact-Pro/CP-pop-out-window-feature-broken/m-p/13513#M494</guid>
      <dc:creator>Nina_Makkonen</dc:creator>
      <dc:date>2023-11-30T12:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: CP pop-out window feature broken</title>
      <link>https://community.sinch.com/t5/Contact-Pro/CP-pop-out-window-feature-broken/m-p/14126#M506</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to share additional information on this topic.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A call offering scenario exists where the pop out Communication Panel is not able to accept calls and so automatically rejects the offering.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This occurs when the user initiates the popout Communication Panel while a call is being offered - until SIP is registered the agent is not able to answer the call from the popout. RCA is that pop out Communication Panel has not loaded phone capabilities yet and is in process of loading the capabilities.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are two workarounds for the issue:&lt;/P&gt;&lt;P&gt;1. Set agent status to not ready before initializing the popout&lt;/P&gt;&lt;P&gt;2. Sign agent out from call queues before initializing the popout&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;BR /&gt;Jukka&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 07:04:01 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Contact-Pro/CP-pop-out-window-feature-broken/m-p/14126#M506</guid>
      <dc:creator>Jukka</dc:creator>
      <dc:date>2024-02-22T07:04:01Z</dc:date>
    </item>
  </channel>
</rss>

