Git Product home page Git Product logo

restcomm-sdk-dotnet's Introduction

Try Restcomm Cloud NOW for FREE! Zero download and install required.

All Restcomm docs and downloads are now available at Restcomm.com.

Restcomm Connect Dot Net Sdk

This sdk makes it easy for the developer to integerate restcomm connect services in to their dot net application.

Installation

Import this library in to your project by using Nuget package manager or you can create nuget/dll yourself by compiling this project in Visual Studio , Xamarin Studio or monodevelop.

Once you are done importing , use org.restcomm.connect.sdk.dotnet namespace .

Dependencies

None

Sample Usage

Some basic examples on how to initiate and use this sdk to make call and send email.

Account account=new Account("Account_Sid","Auth_Token","baseurl");

 var OutBCall = accountount.MakeCall("+1234567890", "client:democlients", "http://cloud.restcomm.com/restcomm/demos/hello-play.xml");
 
  OutBCall.AddParameter("Timeout", "15");
  Call call = OutBCall.call();
  Console.WriteLine(call.Properties.status);
  var EmailData = akount.SendEmail("[email protected]", "[email protected]", "This is a test email", "Test");
  EmailData.Send();

For more examples ,please visit this link.

Want to Contribute

See our Contributors Guide

Issue Tracking and Roadmap

Issue Tracker

License

RestComm is lead by TeleStax, Inc. and developed collaboratively by a community of individual and enterprise contributors.

RestComm is licensed under dual license policy. The default license is the Free Open Source GNU Affero GPL v3.0. Alternatively a commercial license can be obtained from Telestax (contact form).

restcomm-sdk-dotnet's People

Contributors

barnwal-paras avatar gvagenas avatar ivelin avatar scottbarstow avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.