Not work addAttendeeVideoUnit sometimes

Description
I happen not render view sometimes.
I checked myUserId is not zero and addAttendeeVideoUnit return result is true.
How to resolved not render view sometimes?

AndroidView(
        factory = ::MobileRTCVideoView,
        update = {
            val videoViewManager = it.videoViewManager
            val renderInfo1 = MobileRTCVideoUnitRenderInfo(0, 0, 100, 100)
            renderInfo1.aspect_mode = MobileRTCVideoUnitAspectMode.VIDEO_ASPECT_PAN_AND_SCAN
            videoViewManager.addAttendeeVideoUnit(
                myUserId,
                renderInfo1
            )
        },
        ...

Which Android Meeting SDK version?
5.9.1

Smartphone (please complete the following information):

  • Device: Pixel 5a
  • OS: 12

Hi @max555, thanks for the post.

Can you confirm whether or not you are seeing the onSubscribeUserFail callback when this issue is present?

Thanks!

Hi @jon.zoom Thanks!

I try it.

Sounds great! Let me know once you’re able to confirm and we can try to get a better idea of what’s happening. :slightly_smiling_face:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.