wzJun

Results 36 comments of wzJun

> > Hi Sir, > > Did you find out the solution for this problem ? > > did you find ? I reset the constraint with the SnapKit, it...

same problem, but I only have problem on iOS

> > same problem, but I only have problem on iOS > > Is it working on android if yes can you share the solutions so I can try to...

remove `videoEncoderFactory`

You must be call `release()` on the `TextureViewRenderer` or `SurfaceViewRenderer`

> You can pass in the LiveKitOverrides class to solve this problem, for example: `LiveKit.create( appContext = MyApplication.getInstance2(), options = RoomOptions(adaptiveStream = true, dynacast = true), overrides = LiveKitOverrides( okHttpClient...

If I switch the version of webrtc-sdk it will work fine I switched `114.5735.05` to `104.5112.10` implementation 'io.github.webrtc-sdk:android:104.5112.10' @davidliu

I guess it is because `webrtc-sdk` is packaged using java11. Can this problem be solved?