Description
When I run the videosdk-reactnative-quickstart application on XiaoMi 11, the application can start properly. However, when I press “Join Session”, there is nothing happen.
Errors
It looks like onSessionJoin event never been called. Therefore, there is no video UI.
Which React Native Video SDK version?
- Node: v20.18.0
- Yarn: v1.22.22
- React Native: 0.73.4
- React Native Video SDK: 1.12.10
Video SDK Code Snippets
I just use the example provide on Git Hub [videosdk-reactnative-quickstart]
To Reproduce(If applicable)
Steps to reproduce the behavior:
- Start application
- Click on ‘Join Session’
- Wait for a while (5+ mins)
- Nothing show up
Troubleshooting Routes
The same code work on other device e.g. Samsung S22. However, it does not work on XiaoMi 11
Smartphone (please complete the following information):
- 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
I also post this issue on Git Hub as well but no response yet. Sorry for this duplication.