@chelseaapps/zoom documentation

File

Index

Constructor

constructor(_ZoomOptions: ZoomOptions, httpService: HttpService)

Parameters :

Methods

Private Async generateToken

generateToken(expiry: stringarrow-up-right)

Generate a new API token used to access the Zoom API

Parameters :

Returns : {}

JWT token

Private getQueryParams

getQueryParams(command: IZoomCommand)

Generate a query parameter string

Parameters :

Returns : anyarrow-up-right

Parameters string

Private getURL

getURL(command: IZoomCommand)

Generate the URL for a command request

Parameters :

Returns : anyarrow-up-right

URI encoded string

Async send

send(command: IZoomCommand)

Type parameters :

  • T

Send a command to the Zoom API

Parameters :

Returns : {}

API Data

Properties

Was this helpful?