You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Start application
Click on 'Join Session'
Wait for a while (5+ mins)
Nothing show up
Expected behavior
Video stream from the camera shows up.
Environment version of:
Node: v20.18.0
Yarn: v1.22.22
React Native: 0.73.4
Target Platform:
Device: Android XiaoMi 11
OS: MIUI 14.0.7.0
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.
The text was updated successfully, but these errors were encountered:
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:
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.
Remark
The same example code works fine on Samsung S22 though.
The text was updated successfully, but these errors were encountered: