Marius Melzer

Results 19 comments of Marius Melzer

I opened an issue with cowboy (the websocket library): https://github.com/ninenines/cowboy/issues/1451

Proposition for a protocol change: Make the join_room take an optional "password" field. What would then need to happen: * if the room does not exist yet and password field...

We already have some prometheus statistics in the signal tower. Of course, this makes statistics more visible because they become part of the protocol, but the event can be optional...

If we implement TURN, then this will probably be less necessary, because when the client asks for a turn credential, we know that stun failed. The only information that we...

New proposition (since we configure turn in the client directly and not after a failed connection now): ``` { event: "stats", type: "peerconnection_established_direct" | "peerconnection_established_relay" | "peerconnection_error_ice" | "peerconnection_error_offeranswer" }...

Thanks, that works! Standard example targets would be nice though :-) Not sure if I should close the issue or if you want to keep it until it's documented or...

> Let me know and I'll submit my PR mid september. This would be very helpful for me! Since I did not see a merged or open PR about this:...