Once your meeting has been created, you can embed the KUDO meeting on your website through the use of our Viewer widgets. You can access these widgets from your Client account. Depending on the meeting type(Small Meeting, Large Meeting, or Event), you will be presented with the following options in your meeting's Information tab.
Small Meeting
You can access the code to embed the Viewer link on your website by scrolling to the bottom of your screen on your meeting's Information tab, finding the Viewer section, and clicking Copy Widget Code.
- This Viewer widget allows attendees to watch the session in Real Time with no delay.
- Attendees will need to enter a Display Name and Email Address to watch the meeting
- With this option, there is a limit to the number of users who can connect to the meeting using this option. That limit can be obtained by using our System Capacity Calculator.
The widget code looks like this:
<div style="position:relative;"><iframe width="100%" height="80%" src="https://live.kudoway.com/br/XXXXXXXXXXXX" frameborder="0 allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen style="min-height:750px"></iframe></div>
Large Meeting
Large Meetings provide you with three options for Viewers to watch your meeting. You can access these options by scrolling to the bottom of your screen on your meeting's Information tab, finding the Viewer section, and clicking Copy Widget Code.
Real Time Stream
The Real Time Stream widget allows you to embed the KUDO meeting directly on your website.
- Attendees to watch the meeting in real time, with no delay.
- Users need to enter a Display Name and Email Address to watch the meeting.
- There is a limit to the number of users who can connect to the meeting using this option. That limit can be obtained by using our System Capacity Calculator.
The widget code looks like this:
<div style="position:relative;"><iframe width="100%" height="80%" src="https://live.kudoway.com/br/XXXXXXXXXXXX" frameborder="0 allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen style="min-height:750px"></iframe></div>
Broadcasting
The Broadcasting widget allows you to stream the KUDO meeting directly to your website using HTTP Live Streaming(HLS).
- There is a delay in the audio/video signal of 15-20 seconds.
- Users do not need to enter a Display Name nor Email Address
- With this option, you can have an unlimited number of Viewers watching the meeting
The widget code looks like this:
<div id="kudo_wrapper" class="kudo-widget"></div>
<script src="https://kudo-widget.s3.amazonaws.com/live/main.js"></script>
<script>window.mid = "XXXXXXXXXXXX"</script>
Smart Viewer Link
The Smart Viewer Link allows you to share a Viewer link with a language pre-selected for the user. For example, if you have a meeting with English, French, and Japanese speakers, a unique link will be generated for English, French, and Japanese. When a user clicks the English link and joins the meeting, their Language Selector will automatically be set to English.
- There is a limit to the number of users who can connect to the meeting using this option. That limit can be obtained by using our System Capacity Calculator.
The Smart Viewer Link looks like this:
https://live.kudoway.eu/k8/XXXXXXXXXXX/live?language=english
Event
You can access the code to embed the Viewer link on your website by scrolling to the bottom of your screen on your meeting's Information tab, finding the Viewer section, and clicking Copy Widget Code.
- This Viewer widget allows attendees to watch the session in Real Time with no delay.
- Attendees will need to enter a Display Name and Email Address to watch the meeting
- With this option, there is a limit to the number of users who can connect to the meeting using this option. That limit can be obtained by using our System Capacity Calculator.
The widget code looks like this:
<div style="position:relative;"><iframe width="100%" height="80%" src="https://live.kudoway.com/br/XXXXXXXXXXXX" frameborder="0 allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen style="min-height:750px"></iframe></div>