Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ feat: Implement backend logic for screen sharing
Added WebSocket and WebRTC integration to enable screen sharing functionality in the live class routes. This implementation ensures that only authenticated users can start and view screen shares, leveraging the existing WebSocket setup for real-time communication. Key frame dispatching, ICE candidate handling, and SDP negotiation are correctly managed to support robust screen sharing sessions. Related issue: #80
- Loading branch information