Skip to content

feat: room apis added#46

Merged
04shubham7 merged 1 commit into
OPCODE-Open-Spring-Fest:mainfrom
ADARSHsri2004:feat/room_join_list
Oct 22, 2025
Merged

feat: room apis added#46
04shubham7 merged 1 commit into
OPCODE-Open-Spring-Fest:mainfrom
ADARSHsri2004:feat/room_join_list

Conversation

@ADARSHsri2004
Copy link
Copy Markdown
Contributor

Description

Implemented backend APIs for video chat rooms. Authenticated users can now create, list, join, and leave rooms. JWT-based authentication protects all routes, and input validation ensures correct data handling. Proper error responses are returned for unauthorized access, invalid input, or not found resources. MongoDB schemas for rooms and user-room relationships are included.

Semver Changes

  • Minor (new features, no breaking changes)

Issues

Closes #3

Checklist

  • I have read the Contributing Guidelines
  • Implemented API endpoints for creating, listing, joining, and leaving video chat rooms.
  • Added JWT authentication middleware to protect routes.
  • Added input validation and error handling for all endpoints.
  • Added MongoDB schemas for rooms and user-room relationships.
  • Verified functionality with example requests in Postman.

Copy link
Copy Markdown
Member

@04shubham7 04shubham7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks Good

@04shubham7 04shubham7 merged commit 7d6829c into OPCODE-Open-Spring-Fest:main Oct 22, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Room Creation and Joining API

2 participants