Skip to content

Commit

Permalink
[mirotalkbro] - enable viewers video
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jan 19, 2025
1 parent 63f0fdb commit 6368c4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @license For open source under AGPL-3.0
* @license For private project or commercial purposes contact us at: [email protected]
* @author Miroslav Pejic - [email protected]
* @version 1.1.09
* @version 1.1.10
*/

require('dotenv').config();
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": "mirotalkbro",
"version": "1.1.09",
"version": "1.1.10",
"description": "P2P WebRTC audio, video and screen live broadcast",
"main": "app/server.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion public/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const broadcastSettings = {
const viewerSettings = {
buttons: {
audio: true,
video: false,
video: true,
snapshot: true,
recordingStart: true,
fullScreenOn: true,
Expand Down

0 comments on commit 6368c4d

Please sign in to comment.