Issue
I am trying to implement video and audio chat in my ionic app. I tried many solutions but they work on either android or ios but not in a hybrid app. also some solutions provide Cordova code, how to convert that Cordova code to ionic?
Solution
the "WebRTC" is something you must know about! search it in Google. And as a solution I really recommend you to try Twilio. the docs can be read at: https://www.twilio.com/docs
and you can add it in your project using npm or yanr and then use it with the prochased accountSid and authoken.
we used it in our project and it works perfectly!
Answered By - MahdiJoon
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.