Skip to content

#ieeesoc feat: add WebRTC support for real-time communication #1721

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: development
Choose a base branch
from

Conversation

Garvity
Copy link

@Garvity Garvity commented May 20, 2025

Pull Request Template

#1484
Description:

  • Added first-class WebRTC support to GoFr for real-time peer-to-peer communication.
  • Introduced a reusable package, a new App.WebRTC registration API, and an example handler.
  • Updated documentation and navigation to include WebRTC usage and observability.
  • Motivation: Enable GoFr users to easily build real-time streaming (video/audio/data) applications with built-in metrics, logging, and tracing.

Breaking Changes (if applicable):

  • No breaking changes introduced. All additions are backward compatible.

Additional Information:

Checklist:

  • I have formatted my code using goimport and golangci-lint.
  • All new code is covered by unit tests.
  • This PR does not decrease the overall code coverage.
  • I have reviewed the code comments and documentation for clarity.

Thank you for your contribution!

@coolwednesday
Copy link
Contributor

coolwednesday commented May 20, 2025

Hey!

Thanks for the contribution! The reviewers or maintainers might take a bit to test things out and could drop in with some suggestions. Appreciate your patience, and hope you're cool with working through any feedback with them. Thanks again!

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