News & Announcements User Community Developer Community

Welcome to the RingCentral Community

Please note the community is currently under maintenance and is read-only.

Search
Make sure to review our Terms of Use and Community Guidelines.
  Please note the community is currently under maintenance and is read-only.
Home » Developers
rcsdk in Send_SMS program have errors
Tags: sending sms
Oct 13, 2020 at 1:53pm   •   1 replies  •  0 likes
Maksym Fomichov

In this code, I get the error for rcsdk.token.access_token.Length and rcsdk.Restapi().Account().Extension().PhoneNumber().Get(); like "The name 'rcsdk' doesn't exist in the current context"

static private async Task read_extension_phone_number()
        {
            if (rcsdk.token.access_token.Length > 0)
            {
                var resp = await rcsdk.Restapi().Account().Extension().PhoneNumber().Get();
                foreach (var record in resp.records)
                {
                    if (record.usageType == "DirectNumber")
                    {
                        foreach (var feature in record.features)
                        {
                            if (feature == "SmsSender")
                            {
                                send_sms(record.phoneNumber).Wait();
                                goto LoopEnd;
                            }
                        }
                    }
                }
            }

How can I fix it?

And also why this var string try to be a bool?

const string RINGCENTRAL_PRODUCTION = false;

Code from here https://developers.ringcentral.com/guide/messaging/quick-start#c#

1 Answer
answered on Oct 13, 2020 at 3:10pm  

Thanks for the report. I will fix and update the quick start it as soon as I can.

Meanwhile, just change the string to bool and rcsdk to restClient


 0



A new Community is coming to RingCentral!

Posts are currently read-only as we transition into our new platform.

We thank you for your patience
during this downtime.

Try Workflow Builder

Did you know you can easily automate tasks like responding to SMS, team messages, and more? Plus it's included with RingCentral Video and RingEX plans!

Try RingCentral Workflow Builder

PRODUCTS
RingEX
Message
Video
Phone
OPEN ECOSYSTEM
Developer Platform
APIs
Integrated Apps
App Gallery
Developer support
Games and rewards

RESOURCES
Resource center
Blog
Product Releases
Accessibility
QUICK LINKS
App Download
RingCentral App login
Admin Portal Login
Contact Sales
© 1999-2024 RingCentral, Inc. All rights reserved. Legal Privacy Notice Site Map Contact Us