ringcentral-swift icon indicating copy to clipboard operation
ringcentral-swift copied to clipboard

RingCentral Swift Client

RingCentral

RingCentral Swift SDK.

Install

Swift Package Manager

Once you have your Swift package set up, adding RingCentral as a dependency is as easy as adding it to the dependencies value of your Package.swift.

dependencies: [
    .package(url: "https://github.com/ringcentral/ringcentral-swift.git", .branch("dev"))
]

Usage

Please check this test case.

A demo project for your reference.