AvaloniaUI / Avalonia

Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
https://avaloniaui.net
MIT License
25.78k stars 2.23k forks source link

WebRTC Support with Avalonia for Android and iOs #16632

Open nagamanikandank opened 3 months ago

nagamanikandank commented 3 months ago

Is your feature request related to a problem? Please describe.

Does Avalonia support WebRTC for Android and iOS. If not, when is a timeframe we could expect this feature ?

Describe the solution you'd like

N/A

Describe alternatives you've considered

No response

Additional context

No response

maxkatz6 commented 2 months ago

This feature is not planned and there is no timeframe for that.

Developers can embed native elements or render webrtc stream into a bitmap (if there is a .NET WebRTC library allowing that).

workgroupengineering commented 2 months ago

The main problem with NativeControlHost is that it suffers from airspace issues. #13953