|
84 | 84 | <span>Login:</span> |
85 | 85 | <input type="text" id="login_user"> |
86 | 86 | </div> |
87 | | - <div class="modal-checkbox"> |
88 | | - <input type="checkbox" id="is_sign_up" name="scales"> |
89 | | - <label for="is_sign_up">Sign up</label> |
90 | | - </div> |
91 | 87 | <input type="button" value="Log In" id="sign-up"> |
92 | 88 | <input type="button" value="Cancel" id="hide-modal"> |
93 | 89 | </form> |
|
111 | 107 |
|
112 | 108 | <!-- ACTIVE VIDEOCHAT SCREEN --> |
113 | 109 | <section id="videochat" class="hidden"> |
| 110 | + <div id="recording-overlay" class="hidden"> |
| 111 | + <div class="record-circle"></div> |
| 112 | + <p class="recording-text">Recording...</p> |
| 113 | + </div> |
114 | 114 | <div id="videochat-streams"></div> |
115 | 115 | <div id="videochat-buttons-container"> |
116 | 116 | <button id="videochat-mute-unmute" class="videochat-button" disabled></button> |
117 | 117 | <button id="videochat-mute-unmute-video" class="videochat-button" disabled></button> |
118 | 118 | <button id="videochat-stop-call" class="videochat-button"></button> |
119 | | - <button id="videochat-record-call" class="hidden"></button> |
| 119 | + <button id="videochat-record-call" class="videochat-button hidden"></button> |
120 | 120 | <button |
121 | 121 | id="videochat-switch-camera" |
122 | 122 | class="videochat-button videochat-switch-camera-list tooltip-container-list-camera" |
@@ -234,7 +234,7 @@ <h2 id="select-header">Select users to start Videocall</h2> |
234 | 234 | </body> |
235 | 235 |
|
236 | 236 | <script type="text/javascript" src="https://webrtc.github.io/adapter/adapter-latest.js"></script> |
237 | | -<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/connectycube@3.12.0/dist/connectycube.min.js"></script> |
| 237 | +<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/connectycube@3.9.1/dist/connectycube.min.js"></script> |
238 | 238 | <script type="text/javascript" src="/main.js"></script> |
239 | 239 | <script type="text/javascript" src="/events-service.js"></script> |
240 | 240 | </html> |
0 commit comments