我想将腾讯云的直播集成到react-native项目中,然后在startCameraPreview的时候报错了,错误是
android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views. 这个错的意思应该是ui线程的问题
初始化是可以播放的 ,点击开始的话就不行
mLivePusher.startCameraPreview(mPusherView);
这个放在ui线程没有效果,就是显