miroslavpejic85 / mirotalk

🚀 WebRTC - P2P - Simple, Secure, Fast Real-Time Video Conferences Up to 4k and 60fps, compatible with all browsers and platforms.
https://p2p.mirotalk.com
GNU Affero General Public License v3.0
2.6k stars 502 forks source link

Corrected the displayed message #185

Closed malay5 closed 7 months ago

malay5 commented 7 months ago

Earlier, it was saying, open the whiteboard, even when whiteboard is open. The toggle function on opening whiteboard is absent, and thus, is added.

Closes #184

miroslavpejic85 commented 7 months ago

Hello @malay5, thank you for the PR.

Could you please run the following command in the project directory:

npm install
npm run lint

This command will help improve code indentation and remove unnecessary white spaces. Thank you!

malay5 commented 7 months ago

Added the lint as requested @miroslavpejic85. Thanks for the feedback!

miroslavpejic85 commented 7 months ago

Added the lint as requested @miroslavpejic85. Thanks for the feedback!

Merged, Thank to you for the contribution ;)