Results 25 issues of Nam Nguyen

Thanks for the great library. Do we have any plan and progress supporting Vue 3.x?

Hi, thanks for this great library. We can add TypeScript declaration to have the type safety cover.

Thanks for this great library, how can we set the timezone? My cam timestamp is not correct although I have already set setSystemDateAndTime. I then finally realized it is because...

As you can see in this example: https://dev-blog.apollodata.com/how-to-use-subscriptions-in-graphiql-1d6ab8dbd74b we need to create and pass the custom fetcher prop to the GraphiQL to support subscription. We should allow to pass the...

Hi. Can we get file name and file size in the callback response?

Hi, It's very nice if you can give us a open source license for this repo, with all the assets like images,... MIT is very good open source license, hope...

In order to support multiple runs at the same time, we need a way to specify the websocket port

> Note: Please read FAQ before file an issue, see #2716 ## Description While I was testing with rtmp to webrtc, the webrtc stream worked well. Then I refreshed the...

WebRTC
EnglishNative

``` node_modules/react-app-alias/src/index.js:199 baseUrl: conf.compilerOptions.baseUrl || '.', ^ ``` The config fully extends from another, there is no `compilerOptions` when using console.log to see: ```js { extends: { compilerOptions: { module:...

create-react-app already supported it here: https://github.com/facebook/create-react-app/pull/7248 This can be solved using json5: https://github.com/json5/json5 ```js require('json5/lib/register') require.extensions['.json'] = require.extensions['.json5'] ```