Skip to content

feat: Porting from WebRTC to LiveKit - #49

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

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

Conversation

@costomato

@costomato costomato commented Jun 5, 2025

Copy link
Copy Markdown
Contributor

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

Attempting #50

@netlify

netlify Bot commented Jun 5, 2025

Copy link
Copy Markdown

👷 Deploy request for purrrchat pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 303a076

@vercel

vercel Bot commented Jun 5, 2025

Copy link
Copy Markdown

@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
Comment thread src/utils/encryption.ts
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?

Comment thread package.json
"lint": "next lint"
},
"dependencies": {
"@daily-co/daily-react": "^0.22.0",

@Suyious Suyious Jun 5, 2025

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.

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