DoubangoTelecom / imsdroid

High Quality Video SIP/IMS client for Google Android
https://doubango.org
Other
294 stars 168 forks source link

Can I use Doubango in my application without overriding NgnApplication class? #616

Open piotrek-chmielowski opened 5 years ago

piotrek-chmielowski commented 5 years ago

I have a custom application class (it extends android.app.Application). AFAIK, to get Doubango working I have to change the base from Application to NgnApplication.

Is there a way to use Doubango library without extending NgnApplication by my application class?

nighthunter3173 commented 5 years ago

same problem

basheerkohli commented 5 years ago

extend your application class with NgnApplication

public class YourApplication extends NgnApplication

nighthunter3173 commented 5 years ago

I will try thanks