Want to combine Citizen Tickets secure ticketing with your own hosted website?
The Livestream Embed functionality allows you to seamlessly integrate your ticketed live stream event onto your own website. By generating an embed code, you can securely display the live video player on any webpage while leveraging Citizen Ticket's secure ticketing system. This enables you to create a cohesive experience for your audience, combining the professional live stream with your branded website environment.
Select the Dashboard of the livestream event.
Set your website access Return URL (required)
Note - Must be a https link.
Place your embed code (required)
Add extra code (optional & recommended)
function setBroadcastingStatus(status) {
console.log("broadcasting: " + status); // boolean
}
function setBroadcastMessage(message) {
console.log("broadcast message: " + message); // string
}
function setViewerCount(count) {
console.log("current viewers: " + viewers) // int
}
Visitors to your website will be able to admit their ticket, and be returned to your website URL to watch the livestream in-situ.