Skip to content

Commit

Permalink
[mirotalksfu] - fix ui
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jun 17, 2024
1 parent beacbd3 commit b147e04
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
2 changes: 1 addition & 1 deletion app/src/Server.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies: {
* @license For commercial or closed source, contact us at [email protected] or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - [email protected]
* @version 1.4.49
* @version 1.4.50
*
*/

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirotalksfu",
"version": "1.4.49",
"version": "1.4.50",
"description": "WebRTC SFU browser-based video calls",
"main": "Server.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion public/js/Room.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (location.href.substr(0, 5) !== 'https') location.href = 'https' + location.h
* @license For commercial or closed source, contact us at [email protected] or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - [email protected]
* @version 1.4.49
* @version 1.4.50
*
*/

Expand Down
2 changes: 1 addition & 1 deletion public/js/RoomClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @license For commercial or closed source, contact us at [email protected] or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - [email protected]
* @version 1.4.49
* @version 1.4.50
*
*/

Expand Down
21 changes: 9 additions & 12 deletions public/views/Room.html
Original file line number Diff line number Diff line change
Expand Up @@ -1262,18 +1262,15 @@ <h6 class="mb-0">Public chat</h6>
checked
/>
</div>
</div>
</li>
<li>
<hr />
<div id="speechMsgDiv" class="title ml10">
<i class="fas fa-volume-high"></i>
<div class="form-check form-switch form-switch-md ml10">
<input
class="form-check-input"
type="checkbox"
id="speechIncomingMsg"
/>
<div id="speechMsgDiv" class="title ml10">
<i class="fas fa-volume-high"></i>
<div class="form-check form-switch form-switch-md ml10">
<input
class="form-check-input"
type="checkbox"
id="speechIncomingMsg"
/>
</div>
</div>
</div>
<hr />
Expand Down

0 comments on commit b147e04

Please sign in to comment.