How can we integrate jitsi meet in asp .net web form? Please suggest…
Using the iframeAPI
Can we integrate in wpf application c#
If you want a desktop app, the best approach is using electron. You need to embed a browser to reuse all the webrtc handling.
You can take a look at GitHub - jitsi/jitsi-meet-electron: Jitsi Meet desktop application powered by
You can use MS Edge WebView2 which supports WPF and WinForms:
https://learn.microsoft.com/en-us/microsoft-edge/webview2/
https://learn.microsoft.com/en-us/microsoft-edge/webview2/get-started/wpf
1 Like