pbssubhash

Results 10 comments of pbssubhash

Were you able to solve this? @Dontmindmes

Hey, Just replace the password with an environment placeholder for the production workspace and mention in the README to update the placeholder with the password. In this way hardcoding the...

Yeah, authenticating using a dynamically assigned gateway is a decent option.

Also, the Internal IP Address must be removed. Again, even in the Python module,these must be changed. https://github.com/NARKOZ/hacker-scripts/blob/master/python3/fucking_coffee.py#L10 https://github.com/NARKOZ/hacker-scripts/blob/master/python3/fucking_coffee.py#L11

In fact that would be the same, adding to some config file won't make any difference for the attacker. He'll steal it either way. And if the ini file is...

I tried with RTCMultiConnection itself where I used `connection.addStream(stream);` after getting the stream with getScreenID. It apparently works but the problem is whenever stream is ended, on the other side,...

Ok, thanks but what about the issue about full-screen?

How about this issue? Like this: ![screen shot 2018-09-20 at 9 24 07 am](https://user-images.githubusercontent.com/6551267/45861724-d10a0a00-bd8b-11e8-96c7-87282c30ae97.png) When I press full screen for any video or audio, it shows a black screen. How...

@muaz-khan , Also I've observed that when I use `connection.addStream(stream);` and when I close any tab/video/screenshare , onstreamended is not called and this results in the stream not ending and...

Hey @muaz-khan , Thanks for the demo. There's a small bug with the demo. Here's a scenario : User1 joins the call and Invites User2 with the room ID. User...