Thank you for showing interest in the meeting

Meeting Details

[insert_php] global $wpdb;
$sql54 = “SELECT * FROM wptv_nexiomembermeetings WHERE meetingID = %s”;
$found2 = $wpdb->get_row($wpdb->prepare($sql54, $_SESSION[“meetingid”]));
if($found2)
{
echo “Meeting Name: “.$found2->meetingName;

echo ”
Date and Time: “.$found2->meetingdatetime;

echo ”
Subject: “.$found2->meetingsubject;

echo ”
Description: “.$found2->MeetingDescription;
} [/insert_php]

If your meeting is scheduled on any date other than current date, you can join the meeting on the specified date by clicking “JOIN MEETING” button on the email sent to you else you can click on the following “JOIN MEETING NOW” button.