Tiago Jacobs

Results 17 comments of Tiago Jacobs

hello @krtejeda - can you try to add this line in your App.tsx? ```js global.__reanimatedWorkletInit = () => {}; ```

I was able to workaround it by adding the following if: ``` if(!((HttpServletRequest) req).getRequestURI().startsWith(webPathPrefix)) { chain.doFilter(req, res); } ```

Hello everyone. We're working in a mobile application, initially for IOS, but it's react native, so we will eventually add Android too. This mobile application contains a Broadcast Upload Extension,...

And here goes a teaser: ![image](https://user-images.githubusercontent.com/2075267/160690115-13043afc-bc09-4512-b592-0eb45f758543.png) PS: this works fine while the application is opened, when the app is backgrounded the connection is dropping, it's what we're working to fix...

> Are you using the screencast functionality of iOS or something react native specific? We're using a solution composed of react native (for webview + message handling) and IOS (SWIFT...

Good news, now the app works while minimized: 13 minutes minimized and counting! ![image](https://user-images.githubusercontent.com/2075267/162110717-c0f0c367-a4dc-4d57-a134-360fb46f3bfa.png) PS: next step is to cleanup [this PR](https://github.com/bigbluebutton/bigbluebutton/pull/14437) code and refactor it so it doesn't act...

Hello @kaystrobach - we have the app running in an internal TestFlight since this Monday. We collected some feedback, did some fixes, and now a new version is available. I've...

Hello @kaystrobach - you can access the test flight here - https://testflight.apple.com/join/aopDGYMO If you want to use an own server, you need to have this PR applied: https://github.com/bigbluebutton/bigbluebutton/pull/14437 However, the...

Hello @dluschan - the PR https://github.com/bigbluebutton/bigbluebutton/pull/14437/files is not yet merged, that's why you can't use in your server yet. Keep an eye on that PR, maybe it will be included...