Skip to content

feat: Porting from WebRTC to LiveKit#49

Open
costomato wants to merge 1 commit intoSuyious:feature/livekit-videofrom
costomato:video-call-fix
Open

feat: Porting from WebRTC to LiveKit#49
costomato wants to merge 1 commit intoSuyious:feature/livekit-videofrom
costomato:video-call-fix

Conversation

@costomato
Copy link
Copy Markdown
Contributor

@costomato costomato commented Jun 5, 2025

Video Calling Implementation attempting to replace current WebRTC implementation. Used livekit.io for more reliable Video Calling.

Attempting #50

@netlify
Copy link
Copy Markdown

netlify bot commented Jun 5, 2025

👷 Deploy request for purrrchat pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 303a076

@vercel
Copy link
Copy Markdown

vercel bot commented Jun 5, 2025

@costomato is attempting to deploy a commit to the suyious' projects Team on Vercel.

A member of the Team first needs to authorize it.

@Suyious Suyious changed the title fix: video call fix: Porting from WebRTC to LiveKit Jun 5, 2025
@Suyious Suyious changed the base branch from master to feature/livekit-video June 5, 2025 17:56
message: string,
sharedSecret: CryptoKey,
isImage: boolean = false
isImage: Boolean = false
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Do you have any reason for changing primitive boolean to the Boolean class?

} catch (error) {
console.error("Failed to start LiveKit call:", error);
alert("Could not start video call");
}
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Will have to test this functionality. For now, is this in a working state or does it need more work before that?

"lint": "next lint"
},
"dependencies": {
"@daily-co/daily-react": "^0.22.0",
Copy link
Copy Markdown
Owner

@Suyious Suyious Jun 5, 2025

Choose a reason for hiding this comment

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

Is @daily-co/daily-react library being used anywhere or is it redundant? What about @livekit/components-react and @livekit/components-styles??

@Suyious Suyious changed the title fix: Porting from WebRTC to LiveKit feat: Porting from WebRTC to LiveKit Jun 5, 2025
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.

2 participants