Android SDK v5.12.8.9901 native error : Access denied finding property "vendor.camera.aux.packagelist"

Description
Hi Team,
We have integrated zoom meeting SDK in our ANDROID application, previously it was working fine but for the last couple of days it’s not working. So to explain our problem we have demonstrated the process we have followed.

Step 1: we have created Meeting SDK app from Zoom Marketplace and collected SDK key and SDK secret.Screenshot attached.

Step 2. Downloaded the android SDK v5.12.8.9901 version.

Step 3. deployed in android studio.

But the problem is, Video conferencing screen is not connecting after successful authorization.Please note which was doing fine previously.

Which Android Meeting SDK version?
android SDK v5.12.8.9901

To Reproduce(If applicable)

Screenshots

Troubleshooting Routes
I have attached a video file which is happening with the sample project from the SDK folder. Please note microphone and camera permission was also given manually.
Video : XRecorder_18112022_170334.mp4 - Google Drive

Additional context

Following message is showing in Android Studio

E/libc: Access denied finding property “vendor.camera.aux.packagelist”
E/Camera: getCameraInfo cameraId = 0camera num = 2
E/Camera: open packageName us.zoom.sdkexample
E/libc: Access denied finding property “vendor.camera.aux.packagelist”
W/zoom.sdkexample: type=1400 audit(0.0:1941): avc: denied { read } for name=“u:object_r:persist_camera_prop:s0” dev=“tmpfs” ino=19919 scontext=u:r:untrusted_app:s0:c114,c257,c512,c768 tcontext=u:object_r:persist_camera_prop:s0 tclass=file permissive=0
W/zoom.sdkexample: type=1400 audit(0.0:1946): avc: denied { read } for name=“u:object_r:persist_camera_prop:s0” dev=“tmpfs” ino=19919 scontext=u:r:untrusted_app:s0:c114,c257,c512,c768 tcontext=u:object_r:persist_camera_prop:s0 tclass=file permissive=0
E/libc: Access denied finding property “vendor.camera.aux.packagelist”
E/Camera: getCameraInfo cameraId = 1camera num = 2
E/Camera: open packageName us.zoom.sdkexample
E/libc: Access denied finding property “vendor.camera.aux.packagelist”
W/zoom.sdkexample: type=1400 audit(0.0:1947): avc: denied { read } for name=“u:object_r:persist_camera_prop:s0” dev=“tmpfs” ino=19919 scontext=u:r:untrusted_app:s0:c114,c257,c512,c768 tcontext=u:object_r:persist_camera_prop:s0 tclass=file permissive=0
W/Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@7b10cc8
E/SensorManager: registerListenerImpl sensorName:BMI160 Accelerometer,isWakeUpSensor:false,callingApp: us.zoom.sdkexample,callingPid:20454,callingUid:10370
V/ViewRootImpl: The specified message queue synchronization barrier token has not been posted or has already been removed
D/ViewRootImpl[CustomZoomUIActivity]: windowFocusChanged hasFocus=true inTouchMode=true
D/ZoomSDKExample: onMeetingStatusChanged MEETING_STATUS_CONNECTING:0
D/ZoomSDKExample: onMeetingStatusChanged MEETING_STATUS_DISCONNECTING:0
D/ViewRootImpl[CustomZoomUIActivity]: windowFocusChanged hasFocus=false inTouchMode=true
E/SensorManager: unregisterListenerImpl callingApp: us.zoom.sdkexample,callingPid:20454,callingUid:10370
W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@8b4184b
D/ViewRootImpl[InitAuthSDKActivity]: windowFocusChanged hasFocus=true inTouchMode=true
D/ZoomSDKExample: onMeetingStatusChanged MEETING_STATUS_FAILED:4
D/ZoomSDKExample: onMeetingStatusChanged MEETING_STATUS_IDLE:0
D/ViewRootImpl[InitAuthSDKActivity]: windowFocusChanged hasFocus=false inTouchMode=true

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