-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
App does not prompt user to enter password for password protected channels #2258
Comments
@joernal Yeah, it's not implemented yet. |
Hi @diegolmello , I am quite new to react-native. Can you guide me to resolve this issue? 😀 |
Hey @imrishabh18, |
I implemented something similar to the web experience. |
Hi @joernal, it looks good! |
App does not prompt user for password when joining password-protected channels. User is unable to join the room with the following response (/api/v1/channels.join):
{ "success": false, "error": "Invalid Room Password [error-code-invalid]", "errorType": "error-code-invalid", "details": { "method": "joinRoom" } }
The text was updated successfully, but these errors were encountered: