Whiteboard sharing doesn't show content on mobile but it is shown for others

Description
I tried to share whiteboard from Android SDK.
When I start drawing something it is shown for other viewers but now shown on my device.

Which Client Mobile SDK version?
5.4.3.613

To Reproduce(If applicable)
Steps to reproduce the behavior:

Start any normal meeting from anywhere (for example linux app)
Join from mobile
From linux app make the mobile user a host.
Share whiteboard and start drawing
Linux app can see the drawings but the host app(from android) can’t see what he draws.
Screenshots
If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

Device: [ Samsung S7 edge Android]
OS: [Android 8]
Device: [Emulaotr]
OS: [Android 10]
Additional context
Add any other context about the problem here.

@ali.mrashad

5.4.3.613 must enable hardwareAccelerated. We will enable it by default next version.

Now You can add this config in the AndroidManifest.xml

<activity
tools:replace="android:hardwareAccelerated"
android:name="com.zipow.videobox.ConfActivityNormal"
android:hardwareAccelerated="true"
/>

Thanks

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