twilio / video-quickstart-ios

Twilio Video Quickstart for iOS
https://www.twilio.com/docs/api/video
MIT License
459 stars 177 forks source link

Is there a React Native wrapper that actually works with TwilioVideo cocoa pods 2.0 and RN .55 and above? #289

Open mjaffa-figure opened 6 years ago

mjaffa-figure commented 6 years ago

Is there a React Native wrapper that actually works with TwilioVideo cocoa pods 2.0 and RN .55 and above?

ceaglest commented 6 years ago

Hi @mjaffa-figure,

Thanks for writing in.

We are working on official React Native bindings for the Video SDK, and expect to release them by the end of Q3. If you have a pressing need, and would be interested in trying out an early access version then please let us know.

Cheers, Chris

mjaffa-figure commented 6 years ago

I am way interested. I would love to try it out and see if it works for us right now. And I imagine this would work with the TwilioVideo android 2.2+ sdk right? Thanks! If I could get a copy of it today that would be awesome.

mjaffa-figure commented 6 years ago

@ceaglest I would really like to start trying it. I contacted my Twilio Rep and they told me it was only for React and not React Native and they only had the Audio portion done. If they are wrong please let me know and help me get access to this React Native bindings if it works for iOS and Android. Thanks

ceaglest commented 6 years ago

We are really working on React Native. @ktoraskartwilio can help you out with getting access.

mjaffa-figure commented 6 years ago

@ktoraskartwilio is there an ETA on when I can get early access to this? I am in crunch time and might have to do something different here, or find a different 3rd party for our video. Thanks.

ktoraskartwilio commented 6 years ago

@mjaffa-figure - responded to your email. Please let me know if this works for you.

azhararmar commented 5 years ago

I have tried the community project from https://github.com/blackuy/react-native-twilio-video-webrtc and it is not working for me, I am on the verge of giving up on Twilio video for other alternatives with RN support. @ktoraskartwilio is there any way you can help with early access? I would love to try it out and stick with Twilio, I have a deadline to meet and need to act on this quickly.

ceaglest commented 5 years ago

Hi @azhararmar,

One of my colleagues (@manjeshbhargav) has invited you to the repo for our React Native project.

Regards, Chris

azhararmar commented 5 years ago

Thank you @ceaglest for prompt response. Appreciate it, and yes I got the access :)

mcorner commented 5 years ago

Is there a beta of this coming anytime soon? We would love to get off of our own RN implementation at some point.

ceaglest commented 5 years ago

Hi @mcorner,

There is a private beta for react native, I think @manjeshbhargav could help out with getting you access.

Best, Chris

manjeshbhargav commented 5 years ago

Hi @mcorner ,

I have invited you to accept read access to our React Native Video SDK and out React Native Video QuickStart.

Please try them out. Your feedback will be greatly appreciated. Our goal is to have the first beta out by the end of Q1, 2019.

Thanks,

Manjesh Malavalli JSDK Team

adamck commented 5 years ago

@manjeshbhargav I'd also very much like to get access to that RN private beta. Please and thanks.

manjeshbhargav commented 5 years ago

Hi @adamck ,

Sorry for the delayed response. I will give you read access to our React Native SDK and QuickStart App repositories, which you can use to get a basic video app up and running.

Thanks,

Manjesh Malavalli JSDK Team

manjeshbhargav commented 5 years ago

@adamck ,

I have added your github username as a read-only collaborator to the two repositories. After you accept the invite, you will be able to access them.

Thanks,

Manjesh Malavalli JSDK Team

varuncarkey commented 5 years ago

Hi @manjeshbhargav,

I'm glad I ran into this thread, I had recently emailed Twilio support asking about official React Native support but got a vague response. My team and I are currently working on a version 2.0 of our React Native app and were considering using the https://github.com/blackuy/react-native-twilio-video-webrtc community library since we used it in our v1 product but would love to give the official beta a try if access to that is still available. Let me know if that's possible!

Thanks!

quantumpotato commented 5 years ago

Hello, I am implementing a video application in react native. We have decided to use Twilio for all streaming. Is https://github.com/blackuy/react-native-twilio-video-webrtc the best way to go?

aathapa commented 5 years ago

can i get invitation? Thanks

Nitsorn commented 5 years ago

hi, can I get an invitation too please? thanks

tobisanya commented 5 years ago

Hi @manjeshbhargav, I would love to get an invitation to the private beta

andypayne commented 4 years ago

Hello @manjeshbhargav, can I get an invitation to the React Native SDK beta?

brunods-dev commented 4 years ago

Hi @manjeshbhargav, can I get an invitation to the RN SDK Beta ? Thanks.

ajmalsalim commented 4 years ago

Keen on trying the beta SDK @manjeshbhargav .Thanks

FrenchBully commented 4 years ago

@manjeshbhargav can I please have access to the beta SDK as well? Thank you.

serafxxx commented 4 years ago

@manjeshbhargav Could you please invite me too? Going to use RN SDK in our new app.

mwa3aan commented 4 years ago

@manjeshbhargav Can you add me to the beta please. We are actively developing a solution that will benefit greatly from this. Thank you.

prisyu commented 4 years ago

@manjeshbhargav Can I please get access to the private react native repo? My team is building an app with the community library mentioned above but running into blockers. Thank you!

Edit: @ceaglest Will you be able to help with this?

mwa3aan commented 4 years ago

I also requested access but never got a response. If there is a way to get access to the Beta I would really appreciate it

anubhav91 commented 3 years ago

@manjeshbhargav i have implemented programmable chat for my react native application and website and its working correctly. Now i have to add programmable video for react native application its already working for my website. So can you provide access to the private react native repo? I need to apply this on both ios and android.

anna-vasilko commented 3 years ago

Hi @anubhav91, Thanks for reaching out. We no longer support that private React Native repo. For now it is not on our roadmap to build an official React Native support for Video SDK. Meantime the community built React Native support for our Video SDK, which might satisfy your needs. https://github.com/blackuy/react-native-twilio-video-webrtc

Hope it helps

anubhav91 commented 3 years ago

Hi ,

Thanks for replying.

I implemented provided sdk. But i am having trouble connecting two users in a common room. Can you provide documentation link for same as its not mentioned on GIT repository page how two users connect into a common room.

I am using following code for connecting here channel_id is common name for both users

twilioVideo.current.connect({ accessToken: token, enableNetworkQualityReporting: true,roomName:channel_id});

But when a second user joins _onParticipantAddedVideoTrack is not fired.

Url : - https://github.com/blackuy/react-native-twilio-video-webrtc

Can you provide assistance for same.

On Wed, Apr 7, 2021 at 11:43 PM Anna @.***> wrote:

Hi @anubhav91 https://github.com/anubhav91, Thanks for reaching out. We no longer support that private React Native repo. For now it is not on our roadmap to build an official React Native support for Video SDK. Meantime the community built React Native support for our Video SDK, which might satisfy your needs. https://github.com/blackuy/react-native-twilio-video-webrtc

Hope it helps

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/twilio/video-quickstart-ios/issues/289#issuecomment-815120765, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACKEPXIVNLFT2S7ZCO7FP23THSOGHANCNFSM4FJ4RLOQ .

-- Thanks , Anubhav .