Skip to content

pranavjain/AndroidSIPEnroller

Repository files navigation

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).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages