function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
fc411fc411 

Open CTI Question: Chrome 64 will no longer give microphone access to cross origin iframes. This will block our softphone.

When Chrome 64 is rolled out next week (Jan 23) it will no longer by default give permission for certain privileges such as microphone access to cross origin iframes. This will block our softphone. Do we need to update the Salesforce iframe tag or add an http header to include an allow attribute for microphone:

<iframe src="https://example.com" allow="geolocation; microphone; camera"></iframe>

We do not see a way to configure the CTI iframe at this level. 
We use a VisualForce page for the softphone, but VisualForce is on a different domain from it's parent ...

 
Adam Jones 17Adam Jones 17
I have the same problem here.