- Help Center | Knowledge Base
- API Information
- Technical Information
-
Why Choose Coviu?
-
Getting Started with Coviu
-
Privacy and Security
-
The Waiting Area
-
Troubleshooting Coviu
-
In-Call Tools
-
Coviu Apps
-
Desktop Application
-
Managing your account and billing
-
Booking and Scheduling Options
-
Reporting
-
Enterprise Solution
-
API Information
-
Coviu Product Updates
- March 2024
- February 2024
- January 2024
- November 2023
- September 2023
- August 2023
- July 2023
- June 2023
- May 2023
- April 2023
- March 2023
- February 2023
- January 2023
- December 2022
- November 2022
- October 2022
- September 2022
- August 2022
- July 2022
- June 2022
- May 2022
- April 2022
- March 2022
- February 2022
- January 2022
- Decemeber 2021
- November 2021
- October 2021
- September 2021
- August 2021
- July 2021
- June 2021
- May 2021
- April 2021
- March 2021
-
Coviu Terminology
-
Integrations
Get screensharing working in an iframe
Sessions from the Coviu API in iframes and browser reactions
As we just launched the Coviu API, people have come asking about getting screensharing to work from within Coviu sessions that are embedded into other Web pages as iframes via the Coviu API or the Professional account.
Firefox is quite lenient in that the screensharing extension will work as normal with one exception: it does not allow sharing of the whole desktop. So, choose a particular window or application that you want to share and you're set.
Chrome is a little more complicated. For Chrome to work, you have to add a snippet into the Web page that surrounds the iFrame:
<script src="https://static.coviu.com/extensions/integration-extensions/1.0.0/coviu-integration-extensions-1.0.0.js "></script>
<script type="text/javascript">CoviuExtensions.init()</script>
Once you have installed this, Coviu will ask to install the Coviu screensharing extension. Just follow the link and install it.
If it was already installed, this will update it. When the installation is done, return to this tab and click "cancel", then start the screenshare again.
Now, updated plugins need new permissions and this might not be obvious. It will just continue to bring up the installation request, but there is nothing to update. Here's what you will see in your toolbar: a little orange exclamation mark.
Click on it and give Coviu the new permissions and you're all set.
Enjoy using Coviu sessions on your Website!