CS3219-AY2324S1 / ay2324s1-course-assessment-g11

ay2324s1-course-assessment-g11 created by GitHub Classroom
MIT License
3 stars 2 forks source link

Fix duplicate sockets and display name in video #247

Closed chunweii closed 10 months ago

chunweii commented 10 months ago

Often, the frontend makes so many duplicate socket connections to the backend.

Also, the video room display name is currently always set to the user id, which is not human-readable...

And we should not allow any unauthorized user to join a room in collaboration service.

This PR fixes these problems.