Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Hide Jitsi Logs using showLogs props #132

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove Jitsi Logs
  • Loading branch information
samad-yar-khan committed Apr 5, 2022
commit d7bcd4c3457f5097c7ef88180b7afd01f1c4f6b4
1 change: 0 additions & 1 deletion app/components/clientsideonly/jitsibroadcaster.js
Original file line number Diff line number Diff line change
@@ -465,7 +465,6 @@ const Jitsibroadcaster = ({ room, disName, rtmpSrc, handleChat }) => {
{toggleView()}
</div>
{toolButton()}
<div className={styles.log}>{renderLog()}</div>
</>
);
};