VOIP Using Phonegap

后端 未结 3 537
旧时难觅i
旧时难觅i 2020-12-20 14:31

Is there\'s anyway I can implement VOIP Client using Ionic Framework ? Theres a SDK for the VOIP but regarding the connection and everything, is it possible or should I go n

3条回答
  •  失恋的感觉
    2020-12-20 15:03

    You have three options:

    1. use existing native SDKs and connect them to your phonegap application
    2. go completely native
    3. use WebRTC

    Option 3 is not recommended(I agree with points @Ricconnect made in his answer).

    If you choose option 1 or 2, you can use existing libraries, e. g. Twilio mobile client. And you can then connect the native library to your app(option 1) with phonegap plugin(or you create your own connector).

    My recommendation would be option 1 and I would also suggest you also read this post(written by the Author of before mentioned plugin).

提交回复
热议问题