import WHIPClient from "./WHIPClient.js";

const url = "https://customer-oacqg6cgovvzpgtq.cloudflarestream.com/dbbb88bebf801eeafd7a43525a33cb66/webRTC/play"; // add the webRTC URL from your live input here
const videoElement = document.getElementById("input-video");
const client = new WHIPClient(url, videoElement);