Skip to content

Commit

Permalink
Merge pull request #63 from chetandabli/reworked
Browse files Browse the repository at this point in the history
Video Call Added from my side
  • Loading branch information
kuldeep55567 committed May 15, 2023
2 parents ae1573c + b7458fc commit f143e84
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions public/scripts/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ window.addEventListener("load", () => {
console.log(error)
}
}

const room = Math.floor(Math.random() * 900) + 100;
const livebtn = document.getElementById("livemeeting").onclick = ()=>{
let x = myname.split(" ")
location.assign(baseUrl+"/videochat.html")
location.assign(`${baseUrl}videochat.html?id=${room}`)
}


Expand Down

0 comments on commit f143e84

Please sign in to comment.