Protogon

Results 25 comments of Protogon

This exact error appeared again in chrome but now within main iview-design. Any suggestions?

So, how do we close the call? MediaConnection.close does never gets fired. Is this a bug? Any workarounds?

@MoradAbdelgaber, just send a signal to destroy the peer through WebSocket. No other way around it.

I have the same problem. Is there any way to start the stream negotiation from a non-initiator? Right now I have solved it by sending a signal to the initiator...

I had the same problem and after many days of trial and error solved it by replacing any old 'var' with 'let' and 'const'

I am experiencing the same error. ```console NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission....

`navigator.mediaDevices.getDisplayMedia` throw `NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.` Can someone please help with...

@application-developer-DA you are totally right. WKWebView does not support `getDisplayMedia` and currently, there is no way to share a screen on MacOS. There are a few solutions that could be...

Thank you Cory. Indeed this does work when compiled directly without the watcher. Webstorm is giving 'invalid argument' and stop stylus from executing unless specifically requested to compile with errors....

`$cycle:4` 'invalid argument'. Expects '=' and not ':' but of course if changed stylus doesn't compile. Thank you for your work. I will check your other projects.