Skip to content

Commit

Permalink
remove unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nxtcoder19 committed Sep 3, 2024
1 parent 4283cb2 commit 8b25b0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/apps/webinar/src/app/pages/meeting/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ export default function App() {
const handleJoinMeeting = async ({ name, email, meetingId }: { name: string, email: string, meetingId: string }) => {
console.log("dyte", process.env.NEXT_PUBLIC_DYTE_ORG_ID, process.env.NEXT_PUBLIC_DYTE_API_KEY);
const token = btoa(`${process.env.NEXT_PUBLIC_DYTE_ORG_ID}:${process.env.NEXT_PUBLIC_DYTE_API_KEY}`);
console.log("dhkghbfdhjsbhjs", token);
// const token = "YTg1MjNlNmQtZTE2NC00NTg0LThmOTYtMmI4MzUyOTUzODJkOjQ1OTg3MzgyZDg3MDQ2N2JkMTIwCg==";
try {
const { data: { success, data } } = await axios.post(
`https://api.dyte.io/v2/meetings/${meetingId}/participants`,
Expand Down

0 comments on commit 8b25b0c

Please sign in to comment.