RingCentral SDK for Ruby

This documentation is for version 2.x of ringcentral_sdk.

Table of Contents

  1. Introduction
  2. Quickstart
  3. User Guide
  4. Configuration
  5. Authorization
  6. Call Recordings
  7. Fax Messages
  8. Call Queues
  9. Subscriptions
  10. Answering Rules

Installation

Via Bundler

Add this line to your application's Gemfile:

gem 'ringcentral_sdk'

And then execute:

$ bundle

Via RubyGems

$ gem install ringcentral_sdk

Getting Started

The Quickstart Guide can get you started using the API fast.

Helpers

In addition to the core SDK which maps to the official RingCentral SDKs, a fax helper is provided. More information is available in the Fax Messages page.