-
Notifications
You must be signed in to change notification settings - Fork 2
/
joinLivestream.html
144 lines (132 loc) · 6.82 KB
/
joinLivestream.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Tags For SEO -->
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description"
content="Conduct meetings, livestreams, project reviews & informal hangout sessions using speakOut- the most secure application in today's market in high definition real time video and audio.">
<meta name="keywords" content="speakOut, Agora, RTC, Video Call, Conference Call, Broadcast, SDK, CDN, Agora.io">
<meta name="author" content="Akshat Gupta">
<meta name="copyright" content="Akshat Gupta">
<meta name="language" content="en">
<meta name="url" content="https://speakout.akshatvg.com/joinLivestream">
<meta name="category" content="Real Time Communication">
<meta name="coverage" content="Worldwide">
<meta name="rating" content="General">
<meta name="og:country-name" content="India">
<meta name="og:region" content="Delhi, Chennai, Mumbai, Vellore, Kolkatta, Bangalore, Gurgaon,">
<meta name="og:site_name" content="speakOut">
<meta property="og:type" content="website">
<meta property="og:title" content="speakOut">
<meta property="og:description"
content="Conduct meetings, livestreams, project reviews & informal hangout sessions using speakOut- the most secure application in today's market in high definition real time video and audio.">
<meta property="og:url" content="https://speakout.akshatvg.com/joinLivestream">
<meta property="og:site_name" content="speakOut">
<meta name="twitter:card" content="website">
<meta name="twitter:site" content="speakOut">
<meta name="twitter:title" content="speakOut">
<meta property="og:image" itemprop="image" content="assets/img/favicon.png">
<meta name="twitter:description"
content="Conduct meetings, livestreams, project reviews & informal hangout sessions using speakOut- the most secure application in today's market in high definition real time video and audio.">
<meta name="twitter:creator" content="@akshatvg">
<meta itemprop="name" content="speakOut">
<meta itemprop="description"
content="Conduct meetings, livestreams, project reviews & informal hangout sessions using speakOut- the most secure application in today's market in high definition real time video and audio.">
<link rel="canonical" href="https://speakout.akshatvg.com/joinLivestream">
<!-- Title -->
<title>Join Livestream || speakOut</title>
<!-- Linking Favicon, Apple Touch Icon, Font Awesome, AOS, Bootstrap & CSS -->
<link rel="icon" href="assets/img/favicon.png">
<link rel="apple-touch-icon" href="assets/img/apple-touch-icon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css"
integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/livestream.css">
</head>
<body>
<!-- Top Nav -->
<nav class="navbar navbar-expand-lg navbar-custom fixed-top">
<a class="navbar-brand mt-n1 pl-md-5" href="/">speakOut</a>
<button class="navbar-toggler custom-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active text-center"><a href="/">Home</a></li>
<li class="nav-item text-center"><a href="/groupVC">Group Video Call</a></li>
<li class="nav-item text-center"><a href="/goLive">Go Live</a></li>
<li class="nav-item text-center"><a href="/joinLivestream">Join Livestream</a></li>
<li class="nav-item text-center"><a id="disableChannel" href="#!"
onclick="$('#modalForm').modal('show');">Select
Channel</a></li>
</ul>
</div>
</nav>
<!-- Main -->
<div class="container-fluid p-0">
<div id="buttons-container" class="row justify-content-center mt-3">
<div class="col-12 text-center">
<a href="/joinLivestream">
<button id="exit-btn" type="button" class="btn btn-actions-vc-danger">
<i id="exit-icon" class="fas fa-phone-slash"></i>
</button>
</a>
</div>
</div>
<div id="full-screen-video"></div>
<div id="lower-ui-bar" class="row fixed-bottom mb-1">
<div id="external-broadcasts-container" class="container col-flex"></div>
</div>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="modalForm">
<div class="modal-dialog modaL-sm">
<div class="modal-content">
<div class="modal-header text-center">
<h4 class="modal-title w-100 font-weight-bold text-left">Join Livestream</h4>
<button type="button" class="close" data-dismiss="modal">
<span>×</span>
</button>
</div>
<div class="modal-body mx-3">
<div class="md-form mb-4">
<label for="form-appid">App ID</label>
<input type="text" id="form-appid" class="form-control" placeholder="Agora App ID" required>
<label for="form-channel" class="mt-3">Live Meeting ID</label>
<input type="text" id="form-channel" class="form-control" placeholder="speakOut_Webinar_101"
required>
</div>
</div>
<div class="modal-footer d-flex justify-content-center">
<button id="watch-live-btn" class="btn btn-speakout">Join Stream</button>
</div>
</div>
</div>
</div>
<!-- Loader -->
<div id="loader" class="show fullscreen"><svg class="circular" width="48px" height="48px">
<circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee" />
<circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10"
stroke="#2F3FB0" />
</svg></div>
<!-- JS, Popper.js, and jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js" type="text/javascript"></script>
<script src="https://cdn-agora.akshatvg.com/sdk-3.1.1.js"></script>
<script src="assets/js/joinLivestream.js"></script>
</body>
</html>