Any webrtc implementation in avalonia? #16502
aloksharma1
started this conversation in
General
Replies: 2 comments 3 replies
-
I know about this one: https://ironpdf.com/blog/net-help/csharp-webrtc/ |
Beta Was this translation helpful? Give feedback.
1 reply
-
Avalonia supports Web assembly. As such if you are going to target web assembly you can in theory just reuse all the existing browser APIs and embed the webcam and what not as a native control in Avalonia. There is some sample code for embedding a browser element here: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i would like to know if someone has implemented this before in avalonia or if its feasible in c# ecosystem with avalonia or similar tools. my requirement is to make audio/video rtc using webrtc, sockets or similar technology, i have used signalR for text chats and its seamless but cant find anything that can help with audio/video.
thanks for the help
Beta Was this translation helpful? Give feedback.
All reactions