Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nxtCoder19 committed Sep 19, 2024
1 parent 573fa51 commit b2ba71a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/shared-statics/events.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"code-unbound-new-age-development-environments": {
"name": "Code Unbound: New Age Development Environments",
"dyteMeetingId": "bbbba7f8-3643-41fd-831a-15a321f80966",
"date": "2023-04-01T00:00:00.000Z",
"starttime": "00:00:00",
"endtime": "00:00:00"
}
}
11 changes: 11 additions & 0 deletions src/apps/webinar/src/app/orgs/webinar-ui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ type WebinarUIProps = {
};
};

// {eventName, dyte-meeting-id, date-time}

// check if event is live if live show join or else show register

// kloudlite.io/events/code-unbound-webinar-event-1/join
// check if user is logged in . If not redirect to login page. After login redirect to kloudlite.io/events/code-unbound-webinar-event-1/join
// check if user is registered . if event is live take him to the event
// else send him the email thanking for registering, If possible calendar invite

// kloudlite.io/events/code-unbound-webinar-event-1

export const WebinarUI = ({ userDetails, meetingStatus, envVars }: WebinarUIProps) => {

const { dyteOrgId, dyteApiKey, dyteMeetingId, marketApiUrl } = envVars;
Expand Down

0 comments on commit b2ba71a

Please sign in to comment.