zoom / videosdk-reactnative-quickstart

This is a sample application that demonstrates how to use the Zoom Video SDK in a React Native application.
6 stars 4 forks source link

Cannot Join Session on Android XiaoMi 11 #10

Open focalsolution opened 1 week ago

focalsolution commented 1 week ago

Describe the bug When I run this application on XiaoMi 11, the application can start properly. However, when I press "Join Session", there is nothing happen.

To Reproduce Steps to reproduce the behavior:

  1. Start application
  2. Click on 'Join Session'
  3. Wait for a while (5+ mins)
  4. Nothing show up

Expected behavior Video stream from the camera shows up.

Environment version of:

Target Platform:

Additional context It looks like onSessionJoin event never been called. Therefore, there is no video UI.

Moreover, when I look at Logcat in Android Studio, I found this error every time I press the "Join Session". Not quite sure if this is related.

Tag: vendor.qti.hardware. perf@ 2. 2- service
Message: Unknown params

Tag: ANDR-PERF-OPTSHANDLER
Message: Can't process request: noroot_thread is not running

Tag: ANDR-PERF-RESOURCEQS
Message: Failed to apply optimization [7, 3]

Remark The same example code works fine on Samsung S22 though.

focalsolution commented 1 week ago

I am not quite sure if anyone can help me on this.