grishka / Houseclub

A barebones unofficial Android app for Clubhouse
The Unlicense
2.36k stars 401 forks source link

Get verification code by phone call #239

Open abbas-oveissi opened 3 years ago

abbas-oveissi commented 3 years ago

Is your feature request related to a problem? Please describe. In Iran, I tried multiple times but I couldn't get the verification code by SMS.

Describe the solution you'd like Adding "phone call" option will be resolved this issue.

Describe alternatives you've considered

Additional context

ahmed-nossier commented 3 years ago

your account not suspended ?!

abbas-oveissi commented 3 years ago

No, of course I haven't used the App a lot. I only used it to test my pull request.

caasn commented 3 years ago

Search for "receive sms online" and try getting in with a trash sms number.

abbas-oveissi commented 3 years ago

@caasn There is no need to use SMS online services, I've implemented "Phone call" functionality on my pull request ( #237 ). If @grishka agrees with it, it can be merged.

caasn commented 3 years ago

Clubhouse doesn't offer signing up via phone calls as far as I know.

abbas-oveissi commented 3 years ago

@caasn You are wrong. ClubHouse API has an endpoint (call_phone_number_auth) for this. Check my code:

https://github.com/grishka/Houseclub/blob/58591df0632c765962840c7ea077ae1404ae5ff6/Houseclub/src/main/java/me/grishka/houseclub/api/methods/CallPhoneNumberAuth.java

caasn commented 3 years ago

That's Houseclub, I was talking about Clubhouse. I just haven't heard about singing up in another way than sms.

abbas-oveissi commented 3 years ago

@caasn The Houseclub uses Clubhouse's API, so when you see any functionality on Houseclub, you should sure that Clubhouse has this functionality too.

In the signup flow on Clubhouse, If you click multiple times on "didn't get it? tap to resend", sometimes you can use phone call option.

caasn commented 3 years ago

Ah, okay.