Jan Lelis
                                            Jan Lelis
                                        
                                    While there are specs for the `REGEX*` constants of the gem, we should also document/specify what the other constants are for (e.g. `EXTENDED_PICTOGRAPHIC_NO_EMOJI`)
Including TURN: https://github.com/palavatv/palava-client/wiki/Protocol
We already have the `@ready` property of remote peers, which indicates if the peer is ready to send their stream. I think it would be great to extend this approach...
This shows the current gem version and link to the gem pages on rubygems.org and stdgems.org
From time to time, instead of connecting successfully, I get the following error message: WebSocket connection to '(signal tower address)' failed: WebSocket is closed before the connection is established. Notes:...
- First user who joins a room includes a password in their join message - Other users joining the channel need that password in their join message, too What do...
**Is your feature request related to a problem? Please describe.** A single TURN server has limited band-width **Describe the solution you'd like** A way to configure multiple TURN servers (might...
...and display message when it does not work turn-less.
Unfortunately, `Object#instance` clashes with some other libraries. For example, in does not work with more recent Rails versions (see https://github.com/rails/rails/blob/v5.0.2/railties/lib/rails/application.rb#L93-L95). Another example is stdlib's singleton library: https://github.com/ruby/ruby/blob/trunk/lib/singleton.rb Another solution would...
An error is raised when using the spy on mechanize: ``` $ irb -f >> require 'net-http-spy' >> require 'mechanize' >> a = Mechanize.new { |agent| agent.user_agent_alias = 'Mac Safari'...