Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 839 Bytes

File metadata and controls

18 lines (17 loc) · 839 Bytes

AndroidSIPEnroller

{This repository contains sample application attached to it which follows the below instructions}

  • Import AndroidSIPEnroller.aar into your application - Link
  • Create object of SIPEnroller class SIPEnroller user1 = new SIPEnroller();
  • Define value for Provider, Email, Password, DisplayName, Username and a variable to get result
    user1.provider = "SIP2SIP";
    user1.email = "myemail@domain.com";
    user1.pass = "K33pC@lm";
    user1.display = "SampleDisplay_1";
    user1.username = "UserName.09.sample";
    String output;
  • Call Enrol User Function
    output = user1.EnrolUser(getApplicationContext());
  • Enjoy :-)

License

See the LICENSE file for license rights and limitations (LGPL).