Patrick Porto

Results 3 comments of Patrick Porto

You can make a cache controller for drop the header `Cache-Control`. Example: ```python from cachecontrol.controller import CacheController class CustomCacheController(CacheController): def cache_response(self, request, response, *args, **kwargs): response.headers.pop('Cache-Control') super().cache_response(request, response, *args, **kwargs)...

I want to use drag rule on in-person session. However the player will moves The token by joystick. I believe that should exist ant way to show de rule considering...

https://docs.livekit.io/recipes/enhanced-noise-cancellation/