Simon Eisenmann

Results 73 comments of Simon Eisenmann

Good point, i guess i copied this over from Spreedbox. That should be changed to /dev/urandom for these Docker deployments.

The reason for the `Maximum call stack size exceeded` is the AdBlock Plus Extension. It breaks WebRTC in iframes. Solution is quite simple, just get rid of the extension. That's...

> @longsleep Should I completely remove support for SSLv3 from phoenix or only the references in the Spreed WebRTC config file? Just remove the reference in the config file and...

Nice! In addition to the inline comments i suggest to name things End2EndEncryption rather than just Encryption. Also can you check how to make it possible to also encrypt data...

Yeah there should be more information about things. The scope of the main room is the same as for other rooms. Whoever is in the same room is in the...

Yes :) Rooms and the room chat is public. Whoever is in the same room while you type the message, does receive the message. Of course you can always use...

Btw - on the matter of explaining the UI, there is this pull request: https://github.com/strukturag/spreed-webrtc/pull/122 - it adds a guided tour on the first start.

There are plans to make rooms lockable and allow registered users to bind a given room name to their account so they can grab the room at any time if...

@theurere: Angular should be fine without jQuery. Maybe we can get rid of the other jQuery plugins. Please investigate possible non jQuery alternatives for each of them

Thats why you should not install any specific dependencies manually and rather do an npm install in the base directory (picks up required dependencies and versions from package.json). See https://github.com/strukturag/spreed-webrtc/commit/ef533d174e991dbfafd21c47759c150cbae6ca7e...