Alan Dzday

Results 4 comments of Alan Dzday

> > 1. Start a meeting and give it a subject name. > > How are you setting it? By setting subject property for jitsiMeetView options. ``` jitsiMeetView.delegate = self;...

I tried to fix it and open PR but I run into some problem building the SDK. I will share my findings here. `callUpdate` is called three times in `react/features/mobile/call-integration/middleware.ts`...

It turned out the website I was trying to cache was sending "Cache-Control = private" in the response header. I changed the value Cache-Control to "max-age:600". It solved the problem...