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

Screen Share and Video Chat Feature #24

Merged
merged 5 commits into from
Feb 17, 2024
Merged

Conversation

Shrey-Raj
Copy link
Contributor

Added three files:

  • videoChat.html : Basic UI for user interaction, displaying remote and local screens or camera.

  • videoChat.js: Utilizes peer.js to create a room matching the socket.io room the user is in.

  • videoChatStyles.css: Provides basic styling and adjustments.

  • Modified room.js to trigger an event on 'Video Chat' button click.

And ,

  • Altered background.js to listen for the triggered event, open a new tab with the URL videoChat.html, send room data, and emit a socket event to manage connected room members on the client side.

  • Updated popup.html with the addition of a 'Video Chat' button and minor UI adjustments with styles.css as well.

@Ash-KODES Ash-KODES merged commit a3e8b94 into OpenLake:main Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants