Skip to content

Conversation

@k1b1t0
Copy link

@k1b1t0 k1b1t0 commented Nov 9, 2025

Description

Add video call using Agora

  • video-call-service just take user_id (actually username) and room_id to create token
  • rest API for creating token GET /v1/video/:roomid/:uid
  • frontend (communication-panel) will be responsible for fetch token and connect to Agora
Screenshot (494)

If it cannot fetch token, the video won't load, and it will toast an error message
Screenshot (495)

Screenshots or videos if applicable

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • I have run pnpm lint and pnpm format
  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

k1b1t0 and others added 30 commits October 10, 2025 06:34
docs(README): add MongoDB setup instructions and connection details f…
- Integrate collaboration service backend with into Code Editor panel
on /practice/:id pages.
- Add placeholder panels for Question, Communication, Code Execution.
Because already init video-call-service there
Copy link

@DanielJames0302 DanielJames0302 left a comment

Choose a reason for hiding this comment

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

LGTM !!

@DanielJames0302 DanielJames0302 merged commit c6505dc into dev Nov 9, 2025
6 checks passed
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.

4 participants