Closed jptrsn closed 6 months ago
The recent updates focus on enhancing room management in both client and server components. On the client side, the PeerService
now uses a new signal for room IDs and updates room settings more dynamically. On the server side, SessionService
has refined its room joining logic, particularly improving how anonymous access is handled based on specific conditions. These changes aim to streamline user interactions and enforce room settings more effectively.
File Path | Change Summary |
---|---|
.../client/src/app/modules/peer/services/peer.service.ts |
Introduced roomIdSignal for dynamic room ID management. Updated methods to enhance room ID handling. |
.../server/src/app/services/session/session.service.ts |
Refined room joining logic by removing debug logs and adding conditions to update allowAnonymous based on the broadcast rights. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Bug Fixes