Achraf

Results 18 comments of Achraf

Definitely +1 Tried this, expecting it to fire when camera flips between front/back but it didn't — the track instance is the same. ```kotlin room.localParticipant::videoTracks.flow .map { (it.firstOrNull()?.second as? LocalVideoTrack)...

Yes! Until it's made immutable and would therefore inevitably be a new instance.

> @AchrafAmil thanks for the report. Does the Room.connectionState stay at `RECONNECTING` or does it switch to `CONNECTED` (without firing the event)? It does switch to connected. Checking the `event.room.state`:...

Just [tried v1.0.0-next.48](https://github.com/AchrafAmil/DocusaurusAsyncAPI/commit/9d04ce9a0eb7ec1d87e2f64a9bae2ea9401fad1e) and I still get the same error.

@derberg I can't force Node 14 as it's not supported by facebook/docusaurus ``` @docusaurus/[email protected]: The engine "node" is incompatible with this module. Expected version ">=16.14". Got "14.21.3" ```

and if I "ignore engines" I get this (very likely some new syntax that node 14 can't get) ``` file:///Users/achraf/exp_docs/docus2/myws/node_modules/@docusaurus/core/bin/docusaurus.mjs:30 process.env.BABEL_ENV ??= 'development'; ^^^ SyntaxError: Unexpected token '??=' at Loader.moduleStrategy...

Thanks for sharing, I didn't know about #625. Just upgraded to beta-4 to have it and it seems to fix the boundary issue: But it now doesn't include the json...

Tested with the new stable `2.0.0`: ``` "@docusaurus/core": "^2.4.3", "@docusaurus/preset-classic": "^2.4.3", "docusaurus-plugin-openapi-docs": "^2.0.0", "docusaurus-theme-openapi-docs": "^2.0.0", ``` and I'm still facing the same problem as my previous comment (it does not...

Now it's working, wow awesome, thanks a lot! 🎉 (I'll let you decide if we can already close this issue, etc)