feat: add screen sharing to Daily.co audio spaces#18
Open
bettercallzaal wants to merge 1 commit intoSongjamSpace:feat-daily-audiofrom
Open
feat: add screen sharing to Daily.co audio spaces#18bettercallzaal wants to merge 1 commit intoSongjamSpace:feat-daily-audiofrom
bettercallzaal wants to merge 1 commit intoSongjamSpace:feat-daily-audiofrom
Conversation
Add screen share support to the /spaces/[farcasterUsername] room using Daily.co's built-in startScreenShare()/stopScreenShare() methods. Changes to InRoomControls component: - Screen share toggle button (Monitor/MonitorOff icons from lucide-react) - Track lifecycle via daily 'track-started'/'track-stopped' events - Video element renders shared screen above participants when active - Clean up screen share on leave No new dependencies — uses Daily.co APIs already in the stack. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
@bettercallzaal is attempting to deploy a commit to the adamnusic's projects Team on Vercel. A member of the Team first needs to authorize it. |
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add screen sharing to
/spaces/[farcasterUsername]rooms using Daily.co's built-instartScreenShare()/stopScreenShare()— no new dependencies.Changes (1 file, 92 lines added)
All changes in
src/app/spaces/[farcasterUsername]/page.tsx:track-started/track-stoppedevents to detect when any participant shares their screenmax-h-[50vh]container with fade-in animationHow it works
Use cases
Test plan
🤖 Generated with Claude Code — contributed by @bettercallzaal