Giter Site home page Giter Site logo

Comments (5)

tylerlong avatar tylerlong commented on May 25, 2024

@CMCTest Currently there are two official libraries which allow you to access RingCentral platform API:

RingCentral SDK

RingCentral Client

We recommend you to install them via NuGet instead of download them from GitHub.

For your specific issue, did you add using RingCentral; to the top of your csharp file?

from ringcentral-csharp-client.

CMCTest avatar CMCTest commented on May 25, 2024

Hi,

Thank you for the response.

Yes, i have installed the packages from NuGet package manager.
NuGet: https://www.nuget.org/packages/RingCentralSDK/

Yes, I have added the using RingCentral in my top of the code.

I can see the reference RingCentral binary has the method however it is not updating back in the Test application.

Thanks

from ringcentral-csharp-client.

tylerlong avatar tylerlong commented on May 25, 2024

@CMCTest What you installed is the RingCentral SDK but you are reading the docs of the RingCentral Client. Please see my response above for the urls.

The repository for RingCentral SDK is here: https://github.com/ringcentral/ringcentral-csharp

from ringcentral-csharp-client.

CMCTest avatar CMCTest commented on May 25, 2024

Thanks for the response,

Can you please let me know which one we need to use?

I wanted to see the notification when a new incoming call is received in the Ringcentral Desktop application.

During the notification, i have to call our aspx page to open the phone session in the CRM product.

I have used the NuGet package SDK installed in my solution, should i need to use the Client URL NuGet package in my solution? I have tried this code but notification is not coming up?

sdk = new SDK(appKey, appSecret, SDK.Server.Sandbox, "CMC CTI Test", "");
var platform = sdk.Platform;
sdk.Platform.Login(phoneNumber, "", password, false);
sub = sdk.CreateSubscription();

sub.NotificationEvent += (sender, e) => {
Console.WriteLine(e.Message);
};
sub.Register();

Can you please help me the same?

Thanks

from ringcentral-csharp-client.

tylerlong avatar tylerlong commented on May 25, 2024

You can use either but not necessarily both. Client is now 1.0.0-rc1, not a final release.

You code is about SDK, so I will close this issue and create a new one here: ringcentral/ringcentral-csharp#54

from ringcentral-csharp-client.

Related Issues (20)

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.