BenceUszkai

Results 3 comments of BenceUszkai

Did you tried it on localhost? you cannot save cookies for localhost. you have to add localhost to host file.

@wilhelm10243 , Daily.co solved this problem here: https://github.com/daily-demos/nginx-rtmp

It is works with SSR. Add the following code to "server.ts": ``` global['window'] = window; global['document'] = window.document; ```