Look-at-me is a platform for meetings that use WebRTC standard. Look-at-me-api is located in this repository. Tech stack: fastify, socket.io and Nuxt.js for ui.
When you are at the home page, there are two options. The upper button is responsible for creating the room for meeting. For this you have to enter your nickname which will be shown to the other users. The first user to join the conference is automatically assigned as an owner. After creating the room, platform generates a unique link (you can copy this link by clicking the appropriate button at the downpage). This link may be shared with other users to join them to the current room. The platform supports audio, video and screen sharing. Text messaging via chat is also implemented.
As a member you are able to:
- turn on/off these options by clicking corresponding buttons.
- change your nickname (the seetings at the up-right corner)
- scale up member's video/screen view by double-clicking at it
- write message into the chat so other members can see it and send their response
- mute people (the audio/video will be turned off only for you)
- leave room at any moment (red button).
As the owner of room, your additional ability is removing other users.
The platfrom supports transfer of rights, so if owner leaves the room, another user becomes an owner.ac
The platform is accessible by this link