android-webrtc-tutorial icon indicating copy to clipboard operation
android-webrtc-tutorial copied to clipboard

makeCall not found

Open bantibaghel opened this issue 8 years ago • 3 comments

Method makeCall() does not exist in MainActivity

bantibaghel avatar Sep 27 '16 07:09 bantibaghel

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);
}

amsheerS avatar Oct 25 '16 05:10 amsheerS

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.

danishsharma1993 avatar Dec 06 '16 07:12 danishsharma1993

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 .

bantibaghel avatar Dec 06 '16 08:12 bantibaghel