-
Notifications
You must be signed in to change notification settings - Fork 156
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
undefined:session:sessionDidConnect #329
Comments
@ArtyCake: Can you confirm you're not wrapping |
Interesting |
You can use render props to custom render streams. However, you might experience weird z-order bugs on Android with #315 and #324 – please report them if you do 🙏🏻 |
Thank's a lot |
Thanks @ArtyCake for reporting this. We'll review this. |
This is now fixed in v0.12.1. Closing this issue. |
Bug Report
Current behavior
The error appears after successful connection.
Session parameters set on componentDidMount.
after the screen was displayed, UI was shown for a second and then the error appears (attached below). As it's shown in Tokbox inspector session was connected (attached screenshot)
As I can see in OTSessionManager.swift it emits next event
self.emitEvent("\(session.sessionId):\(EventUtils.sessionPreface)sessionDidConnect", data: sessionInfo);
so the sessionId at this moment became undefined somehow
Relevant logs and/or screenshots
The text was updated successfully, but these errors were encountered: