protoo icon indicating copy to clipboard operation
protoo copied to clipboard

Minimalist and extensible Node.js signaling framework for multi-party Real-Time applications

Results 4 protoo issues
Sort by recently updated
recently updated
newest added

This change makes `accept()` on `connectionrequest` handles cookies. It is useful for using sticky sessions on load balancers.

https://protoojs.org/#response server : https://github.com/versatica/protoo/blob/master/server/lib/Message.js#L134

Title: Improved Message Sending Handling in WebSocketTransport Description: The purpose of this pull request is to enhance the reliability and error handling of the send method in the WebSocketTransport class....

how to provide code and reason for close action ? Peer interface has none argument close method.