Documentation

SDK
in package

Table of Contents

Constants

SERVER_PRODUCTION  = 'https://platform.ringcentral.com'
VERSION  = '2.3.6'

Properties

$_client  : Client
$_guzzle  : Client
$_platform  : Platform
$_websocket  : WebSocket

Methods

__construct()  : mixed
SDK constructor.
createMultipartBuilder()  : MultipartBuilder
createSubscription()  : PubnubSubscription|Subscription
disconnectWebSocket()  : mixed
initWebSocket()  : WebSocket
platform()  : Platform
websocket()  : mixed

Constants

SERVER_PRODUCTION

public mixed SERVER_PRODUCTION = 'https://platform.ringcentral.com'

VERSION

public mixed VERSION = '2.3.6'

Properties

Methods

__construct()

SDK constructor.

public __construct(string $clientId, string $clientSecret, string $server[, string $appName = '' ][, string $appVersion = '' ][, Client $guzzle = null ]) : mixed
Parameters
$clientId : string
$clientSecret : string
$server : string
$appName : string = ''
$appVersion : string = ''
$guzzle : Client = null

disconnectWebSocket()

public disconnectWebSocket() : mixed

websocket()

public websocket() : mixed

        
On this page

Search results