Reputation: 2897
I have downloaded CSipSimple video plugin from http://csipsimple.googlecode.com/svn/trunk/CSipSimpleVideoPlugin/ and imported code into android studio . Then I have run it . But it shows the error , "Default Activity not found".
Can anyone provide me steps to make video call
Upvotes: 0
Views: 3871
Reputation: 792
You can make videocall button visible by : commenting this line- //findViewById(R.id.dialButton).setEnabled(enabled); in DialerCallBar.java class & setEnabled() method.
Upvotes: 1
Reputation: 19
Upvotes: 1