Embeddable Framework - using window.PureCloud outside of framework.js

Hi,
Is it possible to use framework.js objects/methods outside of the framework.js file? If I try to directly access the iframe via something like document.getElementById, I get an CORS error. Is there a way to whitelist any particular domain?

Thanks,

Dan

Correct. The embeddable framework defines the operations you can use. If you need to do something that the framework does not offer, you can use the API directly in your application for that task.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.