Key differences:
- Helpers were moved to separate repository: RingCentral JS Helpers.
- Root JS name has changed from
RCSDK
toRingCentral.SDK
- New naming convention:
getSomething()
methods are now simplysomething()
Auth
class insidePlatform
AjaxObserver
functionality been moved toClient
- New
ApiResponse
interface that wraps network Requests/Responses:apiResponse.json()
instead ofajax.json
apiResponse.multipart()
instead ofajax.responses
apiResponse.request()
andajax.response()
to access to DOM Request and DOM Response accordinglyapiResponse.request().headers
andajax.response().headers
should be used to access headers
Subscription
interface changes