client-sdk-android
client-sdk-android copied to clipboard
When a user first joining the room, its resolution is very low until 10-15 seconds.
the same problem like #365 I set the high resolution, adaptiveStream to false and publish video track with setting simulcast to false. However, on Android device, when a user first joining the room, its resolution is very low until 10-15 seconds. How can I fix the problem? thx.
Has this problem been solved already? after 10 seconds,override fun onFrameCaptured(frame: VideoFrame) in ScaleCropVideoProcessor.kt , finally got the frame width=320,height=180
@Suzns did u find a fix