Pankaj Myt

Results 12 comments of Pankaj Myt

+1 Is there any date for this release candidate? If its available as a PR will like to merge it into the last tagged release `2023.8.2`

This is affecting us too. The video quality for web+mobile call, the mobile camera generated video is quite pixelated, grainy and lags quite a bit on latency in android.

using 4/3 preset gives better quality, but improvements can be done.

``` const [room] = useState(() => new Room({ adaptiveStream: { pixelDensity: 'screen' }, // publishDefaults: { simulcast: false }, audioCaptureDefaults: { autoGainControl: true, echoCancellation: true, noiseSuppression: true, }, videoCaptureDefaults: {...

:) yes, I have kept it there to remind myself to enable it later. In readme it says simulcast is not supported, however in react-native-webrtc readme it says simulcast is...

It was happening on Xiaomi & a Samsung device for me. proguard disabled as its a debug/dev build. Did not try with pro guard enabled

mysql --version `mysql Ver 8.0.41 for Linux on x86_64 (MySQL Community Server - GPL)`

noted. though when its doing the initial snapshot. I believe it pulls from table. At that time the enum should stay string. This is happening during initial snapshot.

Kind of sets a precedent of what might get gated in future. will the whole analytics go, or the pages or the platform itself?

I am sure that object does not exist in db before as I added the hook ``` this.channel.hook('creating', function (primKey, obj, transaction) { console.log('log in mytChatDB', primKey, obj) return undefined...