android-webrtc-tutorial
android-webrtc-tutorial copied to clipboard
makeCall not found
Method makeCall() does not exist in MainActivity
public void makeCall(View view){
String callNum = mCallNumET.getText().toString();
if (callNum.isEmpty() || callNum.equals(this.username)) {
Toast.makeText(this, "Enter a valid number.", Toast.LENGTH_SHORT).show();
}
dispatchCall(callNum);
}
Download this code. It's working fine. https://github.com/GleasonK/AndroidRTC/tree/master/app/src/main/java/me/kevingleason/androidrtc
If you get this error while importing this project "Error:Artifact 'com.android.tools.build:builder-test-api:0.13.2:builder-test-api.jar' not found." then create new project and just copy paste all the classes.
Thanks sir
Regards
Banti kumar
On Tue, Dec 6, 2016 at 1:16 PM, danishsharma1993 [email protected] wrote:
Download this code. It's working fine. https://github.com/GleasonK/AndroidRTC/tree/master/app/ src/main/java/me/kevingleason/androidrtc
If you get this error while importing this project "Error:Artifact 'com.android.tools.build:builder-test-api:0.13.2:builder-test-api.jar' not found." then create new project and just copy paste all the classes.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/GleasonK/android-webrtc-tutorial/issues/9#issuecomment-265082990, or mute the thread https://github.com/notifications/unsubscribe-auth/AO9SEQxtcE4rjJwoBSvf6-p1ynpqhUBTks5rFRLogaJpZM4KHVX0 .