-
Notifications
You must be signed in to change notification settings - Fork 154
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
Welcome, this is what's happening #158
Comments
Paging previous engaged users, please read our update 👍 @Pagebakers @gitstud @mysport12 @lonnylot @aniravi24 @fmonsalvo @enterteg @calz10 @ealexseen @benminer @liemdo @MrHertal @nSimonFR @gentleShark @vdikun |
Hey @jdegger I'll be glad to help! I'll be testing this PR as much as I can. I can't take a lot of responsibility since my plate is already full with other projects, but I'll be watching this repo, and try to commit as much code as my free time allows me to. |
@fmonsalvo sounds great! I will write down your name as a tester, if you have the occasional PR as well, of course be free to just start working on a backlog item (you don't need permission!). Anything, any help is very much appreciated. |
@fmonsalvo you can open a PR to master directly 👍 any work done by others will just merge master into their work before submitting their PR. Only @fabriziomoscon is currently developing. Thanks!! |
👍 please, to align your branch/forks with master use rebase rather merging as we do want the preserve linear history of master commits. |
@jdegger Just catching up with this! Would love to help once I get some immediate work wrapped up - probably in the coming next few weeks. The app I am building that requires Twilio used to this package before iOS 13 so I would love to switch back to it. When I have some better bandwidth to actually contribute, I will post here. Thanks for the organization of all this! |
Great @benminer! What kind of contribution can you offer us :)? That way I know who to ping for example PR's to test. |
hey, I can assist with some example app with nodejs backend. also, can update my article https://medium.com/@edzh1/create-a-twilio-voip-calls-in-a-react-native-app-35a729a9613d to reflect changes in the library |
@edzh1 Wonderful! I have written down your name in the list above. I would suggest you publish it first on your own user and then we can see how we can proceed by maybe moving the repo contents to the hoxfon org for further repo maintenance. |
@jdegger got it, thanks. will try to work on that this weekend |
Very experienced with anything React Native, and moderately experienced with native iOS. Android is my weak spot. Also mainly a backend engineer as my full time gig so if there is anything in that realm, can definitely help out, but since this is a RN package I doubt that is the case 😛 |
@benminer there are some issues which are marked 'backlog'. Those are still available for anybody to work on. Of course you can also propose something else or take one of the items from the begin post here. Let me know :) your enthusiasm is highly appreciated. |
@edzh1 How is it going 👍? Any progress! Let me know if we can assist. |
@jdegger hey, sorry for the delay, will share results this week |
@edzh1 absolutely no need to apologize! Just checking in 👍 very happy with all the help we are getting, much appreciated. Also it goes without saying: take as long as you need! |
@jdegger hey, quick update. app is almost finished, need a couple of days more to polish and write an article about it. will keep you updated |
Great @edzh1 and thanks for the update. Just so you know @fabriziomoscon is also working on pushing some great upgrades as well (see open PRs). |
@jdegger hey, some news. I've decided to postpone development of an example app a bit. Initially I've been thinking just to update existing example with new modules, but with autolinking my existing article/app doesn't make much sense. My previous example https://github.com/edzh1/react-native-twilio-example-app wasn't very usable, because there was no backend and real calling, I've been more focusing on correct initialization part This time I've decided, that it's time to create fully featured device to device calling with ability to pick number and etc. It will take much more time that I've planned to spent on this. I will work on this at my spare time, but can't guarantee any deadlines, sorry |
Thanks for the update @edzh1! No worries, we really appreciate your effort still. We discussed the usefulness of the example app in our meeting and really think it's a great addition. Might I suggest that you maybe want to start with a small part and maybe I can pitch in with work as well? For example the back-end server can be written in a few hours by me if needed. |
This comment has been minimized.
This comment has been minimized.
is this library dead? |
I'm no longer using it, not sure what the alternatives are. |
hi I've been using this https://github.com/MrHertal/react-native-twilio-phone and works fine fyi :) |
I'm using react-native-twilio-programmable-voice but not able to get twilio incoming call can you please help. |
Introduction
Hello everybody,
As of last night I will be helping maintaining react-native-twilio-programmable-voice. My main role will to manage incoming issues and PR's. The head maintainer @fabriziomoscon will resume active development.
In the last couple of months, it was clear that this repository needed some work done to keep up with the current Android, iOS and Twilio developments. Last week, we merged the long awaited #144 PR in order to move forward.
What is going to happen now
There are a few known problems with our current implementation. The main issues are:
The first problem has the highest priority. It has been proposed a few times to have this repository working together with CallKeep, as it implements both iOS CallKit and Android ConnectionManager in the correct way to have this work.
Currently, @fabriziomoscon has started on finding out if we need to adopt CallKeep as a depedency or if we can apply the same methods in this repository ourselves. There has been no decision made here.
From our side, the first thing we focus on is fixing the background calling issue.
Help wanted!
We are actively looking for people who want to help. We know a few people active here have done a great effort in:
We are inviting you to volunteer and with our common goal. If you are available as a tester, developer or as something else, let it know in a comment here so we can make sure the workload is spread evenly across helpers.
Contributing, what can I do?
Current contributors
Suggestions
If you have suggestions on how we should proceed, this issue can be used as a discussion thread.
The text was updated successfully, but these errors were encountered: