I want stream video using PeerJS but I want to do that by an url.
Is it possible to share stream URL and play it remotely?
let stream_url = stream.toURL();
Thank you!