Skip to content

Implementation for WebRTC based Video Calls#14

Open
HarshNarayanJha wants to merge 4 commits intoSuyious:masterfrom
HarshNarayanJha:feature/video-call
Open

Implementation for WebRTC based Video Calls#14
HarshNarayanJha wants to merge 4 commits intoSuyious:masterfrom
HarshNarayanJha:feature/video-call

Conversation

@HarshNarayanJha
Copy link
Copy Markdown
Contributor

@HarshNarayanJha HarshNarayanJha commented Nov 8, 2024

This PR implements simple WebRTC based Video Calls. This adds the required server events, and handling.

Newly added server events are:

INCOMING_CALL = 'incoming_call',
CALL_DECLINED = 'call_declined',
SET_OFFER = 'set_offer',
SET_ANSWER = 'set_answer',
SET_CANDIDATE = 'set_candidate',

All handling is done by src/handlers/webrtc.ts

Related Frontend PR: Suyious/purrr.frontend#47

@HarshNarayanJha HarshNarayanJha marked this pull request as draft November 8, 2024 06:27
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.

1 participant