-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V4.5.1 Join Call Error - Expo 52 New Arch #849
Comments
@JoaoPauloCMarra It looks like you doesn't want register any EventHandler and it will cause error, am I right? |
I need the events to handle some actions. But If I register them the app crashes after joining a call It was working a couple months ago with the same code and events enabled the code for the hook https://gist.github.com/JoaoPauloCMarra/e94d949280e03f02c88b8c493d8a94f6 |
@JoaoPauloCMarra |
even with useRef It didnt work. the engine is working, and the join works, but the events are not working. btw |
Weird, I try to repro this issues with https://github.com/AgoraIO-Extensions/react-native-agora/blob/main/example/src/examples/hook/JoinChannelVideo/JoinChannelVideo.tsx#L106 , but it seems fine. |
I tried every exemple, but It always points It's an Agora paying client, anyone else can help? |
Cannot read property '_event_handlers' of undefined
It points to this line
happens after
rtcEngine.joinChannel
works until I enable one of those:
same using registerEventHandler
The text was updated successfully, but these errors were encountered: