I am building an app where people can join meetings from, using the Meeting SDK for React Native. Is it possible to get the users to log into their account and join as themselves or if it is only possible to join from the app as an anonymous user?
Just seeing this post! While I’m not familiar with the React Native SDK, I can take a look since users should be able to log in. In the meantime, have you tried configuring the meeting to allow only authenticated users? This would be a good way to test or trigger a login flow for participants.
Not yet, I was told that a lot of improvements should be coming out sometime soon, maybe even at the end of February, and also that Expo support is on the way, so I am waiting for that currently. If it turns out to take too long, I might just eject my expo app and try to make it work, but that’s only a last resort.
Would love to hear if you figure out something, a lot of people seem to be struggling with the RN meeting SDK.