Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - grafix4d

#1
Please allow one more related question :
Suppose I find a C++ voip library. What I want is to create an Android app to make use of that library.
If I include that library (using GLBasic's INLINE statement) and call all appropriate functions to make use of that voip library, would it play on Android or it will not (since it's written for C++) ?
I mean, do I have to find a VOIP library for Android in order to make an Android app that uses it successfully or a C++ library would also be fine for creating that Android app ?

Would I have to distribute any parts/files of that C++ library together with the Android app (I don't know how) or they would be included in the apk file ?

Thanks !
#2
Thank you kanonet, is there any C++ voip/sip library you (or anybody else) would suggest for using with GLBasic ?
Has anybody else implemented a similar project ?
Thanks !
#3
Hello,
I am trying to find out if it's possible and how to add voip/sip support to GLBasic project.
Is there some external library or any other better way that I can use - please describe if it's possible and how or any helpful links.
Thank you.