Skip to content
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

Sample to use WebRTC in Blazor #1413

Open
Regenhardt opened this issue Jan 26, 2021 · 2 comments
Open

Sample to use WebRTC in Blazor #1413

Regenhardt opened this issue Jan 26, 2021 · 2 comments

Comments

@Regenhardt
Copy link

Please read first!

Please use discuss-webrtc for general technical discussions and questions.

  • [✔] I have provided steps to reproduce
  • [✔] I have provided browser name and version
  • [-] I have provided a link to the sample here or a modified version thereof

Note: If the checkboxes above are not checked (which you do after the issue is posted), the issue will be closed.

Browser affected

Browser name including version (e.g. Chrome 64.0.3282.119)
Everything supporting WebAssembly, e.g. Firefox 84.0.2

Description

I don't know, and can't find anything about, how to open a WebRTC-channel using Blazor, Microsoft's frontend framework running C# byte code in a WASM runtime.

Steps to reproduce

  • Try to find information about how to use WebRTC in Blazor
  • Done. No information there except for a github repo from years ago that delivers WebRTC for WinForms.

Expected results

Something that at least brings me on the right path towards using WebRTC in Blazor.

Actual results

No information there except for a github repo from years ago that delivers WebRTC for WinForms.

@melihercan
Copy link

Hi @Regenhardt ,

Please check out this link:
https://github.com/melihercan/WebRTCme

This framework provides WebRTC support both for Blazor and Xamarin Forms with a single common API. See the DemoApp that runs both on Blazor and Xamarin.
Thanks,
Melih

@Regenhardt
Copy link
Author

Thanks, but I was hoping to find something about using framework calls that go to WASM-native features. Turns out WebRTC isn't accessible without going through jsinterop yet. Will keep it in mind when I actually start implementing it though!

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

No branches or pull requests

2 participants