Samuel Scheit
Samuel Scheit
Maybe this will help: https://stackoverflow.com/questions/66644023/html5-is-it-possible-to-live-stream-a-webm-as-its-being-generated https://github.com/yomguy/stream-m
also lists need to be pageable
@mafineeek maybe the first user that registers will have admin permissions over the instance and can manage everything else. Or they can set a password through the cli
yes in general we should add cli options to the server
can you further explain what you mean with "token style invites"? What are user specific invites?
do they have user specific invites or one time usage invites?
@nicholaslz do not try to decode the value as a base64 utf8 string, but as a base64 buffer. Can you send the code?
Any updates on this?
The code written above is basically the whole connection setup: 
I've tried with and without the RTCSessionDescription for ``setLocalDescription`` and ``setRemoteDescription`` but for all cases it failed on ``setRemoteDescription``. Maybe the SDP is faulty? If yes, how do I check...