-
Notifications
You must be signed in to change notification settings - Fork 0
/
Join.html
83 lines (76 loc) · 5.71 KB
/
Join.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Zoom Meeting SDK Sample JavaScript</title>
<!-- For Client View -->
<link type="text/css" rel="stylesheet" href="https://source.zoom.us/2.7.0/css/bootstrap.css" />
<link type="text/css" rel="stylesheet" href="https://source.zoom.us/2.7.0/css/react-select.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel='stylesheet' id='colormag_style-css' href='https://ilassasia2022.com/wp-content/themes/colormag/style.css?ver=2.1.3' type='text/css' media='all' />
<link rel='stylesheet' id='colormag-fontawesome-css' href='https://ilassasia2022.com/wp-content/themes/colormag/fontawesome/css/font-awesome.min.css?ver=2.1.3' type='text/css' media='all' />
<link rel='stylesheet' id='tmm-css' href='https://ilassasia2022.com/wp-content/plugins/team-members/inc/css/tmm_style.css?ver=6.0.2' type='text/css' media='all' />
<!--n2css--><script type='text/javascript' src='https://ilassasia2022.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0' id='jquery-core-js'></script>
<script type='text/javascript' src='https://ilassasia2022.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script>
<!--[if lte IE 8]>
<script type='text/javascript' src='https://ilassasia2022.com/wp-content/themes/colormag/js/html5shiv.min.js?ver=2.1.3' id='html5-js'></script>
<![endif]-->
<link rel="https://api.w.org/" href="https://ilassasia2022.com/index.php?rest_route=/" /><link rel="alternate" type="application/json" href="https://ilassasia2022.com/index.php?rest_route=/wp/v2/pages/29" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://ilassasia2022.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://ilassasia2022.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 6.0.2" />
<link rel="canonical" href="https://ilassasia2022.com/" />
<link rel='shortlink' href='https://ilassasia2022.com/' />
<link rel="alternate" type="application/json+oembed" href="https://ilassasia2022.com/index.php?rest_route=%2Foembed%2F1.0%2Fembed&url=https%3A%2F%2Filassasia2022.com%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://ilassasia2022.com/index.php?rest_route=%2Foembed%2F1.0%2Fembed&url=https%3A%2F%2Filassasia2022.com%2F&format=xml" />
<link rel="icon" href="https://ilassasia2022.com/wp-content/uploads/2022/08/10966a26-d148-478b-b782-047da0f6acee.png" sizes="32x32" />
<link rel="icon" href="https://ilassasia2022.com/wp-content/uploads/2022/08/10966a26-d148-478b-b782-047da0f6acee.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://ilassasia2022.com/wp-content/uploads/2022/08/10966a26-d148-478b-b782-047da0f6acee.png" />
<meta name="msapplication-TileImage" content="https://ilassasia2022.com/wp-content/uploads/2022/08/10966a26-d148-478b-b782-047da0f6acee.png" />
<link href="https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Montserrat:wght@200;300;500&family=Nunito+Sans:wght@200;300&family=Ubuntu:wght@300;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<!-- Origin Trials to enable Gallery View in Chrome/Edge -->
<!-- More Info: https://marketplace.zoom.us/docs/sdk/overview/improve-performance -->
<!-- SharedArrayBuffers in non-isolated pages on Desktop platforms -->
<meta http-equiv="origin-trial" content="">
</head>
<body>
<main>
<div class="container divx">
<h2 class="mt-4" >Topic Name</h2>
<p class="mt-2">Enter details to join zoom meeting</p>
<!-- For Component View -->
<div id="err"><h5> </h5></div>
<div id="meetingSDKElement">
<!-- Zoom Meeting SDK Rendered Here -->
</div>
<div class="form">
<div class="form-group" style="text-align: left; font-size: 20px;">
<label for="exampleInputPassword1" style="font-size: 20px;">Meeting ID</label>
<input type="text" class="form-control" id="Mid" style="width: 97%;" required>
</div>
<div class="form-group" style="text-align: left; font-size: 20px;">
<label for="exampleInputPassword1" >Display Name</label>
<input type="text" class="form-control" id="name" style="width: 97%;" required>
</div>
<div class="form-group" style="text-align: left; font-size: 20px;">
<label for="exampleInputPassword1">Password</label>
<input type="password" class="form-control" id="inp" style="width:97%;" required>
</div>
<button onClick="getSignature()">Join Meeting</button>
</div>
</div>
</main>
<!-- For Component and Client View -->
<script src="https://source.zoom.us/2.7.0/lib/vendor/react.min.js"></script>
<script src="https://source.zoom.us/2.7.0/lib/vendor/react-dom.min.js"></script>
<script src="https://source.zoom.us/2.7.0/lib/vendor/redux.min.js"></script>
<script src="https://source.zoom.us/2.7.0/lib/vendor/redux-thunk.min.js"></script>
<script src="https://source.zoom.us/2.7.0/lib/vendor/lodash.min.js"></script>
<!-- For Client View -->
<script src="https://source.zoom.us/zoom-meeting-2.7.0.min.js"></script>
<script type="text/javascript" src="client-view.js"></script>
<!-- For Component View -->
<!-- <script src="https://source.zoom.us/2.7.0/zoom-meeting-embedded-2.7.0.min.js"></script>
<script type="text/javascript" src="component-view.js"></script> -->
</body>
</html>