Hi. I am just getting into WebRTC party but already have had a decent experience with PeerJS, having implemented a file sharing application with it.
However now I would like to have one client of the app be a web browser (which has no problem running javascript code that uses peerjs lib), while the other peer would be a .net core application with it's own wrapper around WebRTC? Is it possible to have a PeerJS server (signaling part), one peerjs on the client and have an adapter written for a native webrtc wrapper so that it can communicate (at least DataChannel) with PeersJS parts?
I know that I need to be more specific probably, but in general, is cross-adapter communication possible?
Thank in advance.