hyrious
hyrious
It is an upstream issue where `agora-rtc-sdk-ng` doesn't export `AgoraRTCErrorCode`. The `agora-rtc-react` only re-exports that package.
By "audio" do you mean the media courseware (mp3, mp4, etc.) inserted in the room, or the voice from other's microphone? The former does not handle speaker change event since...
Sorry about the bad DX, the server code depends on a specific version of [`fastify`](https://github.com/netless-io/flat-server/blob/main/yarn.lock#L2686) because @BlackHole1 hacks the typings of that, and newer versions of fastify and TypeScript would...
One good news is that evanw [simulates a FS](https://github.com/esbuild/esbuild.github.io/blob/-/src/try/fs.ts) in the browser in https://esbuild.github.io/try/ via modifying the esbuild-wasm wrapper created by Go lang. Maybe I can learn this technique to...
@xiaosen7 Maybe you can provide some example codes or reproduction.
That was because npmmirror needs .../electron/v12.0.15/electron-v... in electron 12 and before. You can set your `ELECTRON_MIRROR` with this env and try again: ```bash export ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/v" ```
It works as expected here: cameraBound is used to limit **user** actions, while moveCamera is triggered by developer's code, which always succeeds. If you want to control the camera more...
This is probably a bundler's config issue. More details see: https://github.com/josdejong/mathjs/issues/3022 I can't help much in these kinds of issues as I don't know webpack very much too.
In case you do not use the legacy PPT function in `white-web-sdk` (new customers should prefer using the "projector" conversion service), you can invalidate the `mathjs` package in your dependencies...
`@netless/fastboard-react` doesn't directly depend on `react-dom` and it does not have the code like `ReactDOM.render`. In a word, I cannot reproduce it. Can you share more details on how you...