A meet bot server that could assist a user in meetings with various functionalities
- Node version 18
- NPM version 9.5.1
-
Clone the repository:
git clone https://github.com/manikandan96372/meet-bot-server.git cd meet-bot-server -
npm install
-
cp .env.example .env
-
npm start
- The meet bot server is now running at http://localhost:3001. You can use tools like Postman or cURL to interact with the endpoints.
- It can fetch the calendar events of the bot user and respond with respective meeting links.
- It can trigger the meet bot client to join a meeting when a meeting link is provided via an API
- It can trigger the meet bot client to mute and unmute microphone afterwards
- It can trigger the meet bot client to change the layout of the meeting afterwards
- It can trigger the meet bot client to send messages to other participants in the meeting
- It can receive the name of participants who joined the meeting as well as the presence of host of the meeting from meet bot client
- It can trigger the meet bot client to end a meeting
- This server handles one meeting session at a time.
-
Kindly refer to meet_bot_server.postman_collection.json at the root folder of the application.
-
It consists of all API endpoints and a sample request and response for API usage