Android Zoom SDK video not displaying

Description
After upgrading Android Zoom SDK version to 5.14.5.13410, video is not displaying when meeting started or joined.

Video is not showing even video button is enabled in Bottom bar. I am using custom meeting activity by extending NewMeetingActivity class of Zoom. And used below code in Xml layout for my custom activity

Earlier also I have raised this concern but did not get proper response/feedback

For normal device

<include
    android:id="@+id/meetingContent"
    layout="@layout/zm_sdk_new_meeting_layout"
    android:layout_width="match_parent"
    android:layout_height="match_parent" />

for Tablet device

 <include
      android:id="@+id/meetingContent"
      layout="@layout/zm_sdk_new_meeting_tablet_layout"
      android:layout_width="match_parent"
      android:layout_height="match_parent" />

Which Android Meeting SDK version?
Zoom Android SDK 5.14.5.13410

Screenshots

Please look into this ASAP.
Thanks.

hi Vankat
this is similar to the question I asked before.

Hi @venkat ,

Had you set hardwareAccelerated=false in your app? It should be set to true and we’ll force it to be true in our later-released SDK versions.
Thank you

Elaine

It worked after adding hardwareAccelerated=true for Custom Zoom Activity which implements NewMeetingActivity.

Thanks

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