@alwaysbusy if I used for example PeerJS, which is a "framework" for webRTC, I can use if I include the .js min file and distribuite it in an ABMApplication? Or is not possible to write some JS code embedded?
[ As You tell me, maybe I just to call an external html with all the code to do the video call and just show it in a component in ABMMaterial]
The PeerJS library
PeerJS simplifies WebRTC peer-to-peer data, video, and audio calls.
PeerJS wraps the browser's WebRTC implementation to provide a complete, configurable, and easy-to-use peer-to-peer connection API. Equipped with nothing but an ID, a peer can create a P2P data or media stream connection to a remote peer.