You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

clickmeeting-node-api

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clickmeeting-node-api

requires NodeJS v4.2*+

1.0.7
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

ClickMeeting API for NodeJS.

requires NodeJS v4.2*+

CLAPI.setup(setup)

  • setup

Returned Promise format:

  • on reject error
  • on resolve {response, body}

CLAPI.sendRequest(method, url, body, formData) : Promise

  • url: relative to setup.base
  • ?formData: format according to request module
  • you can use this method instead of everything below

CLAPI.conferences(status) : Promise

CLAPI.conference(room_id) : Promise

CLAPI.addConference(params) : Promise

CLAPI.editConference(room_id, params) : Promise

CLAPI.deleteConference(room_id) : Promise

CLAPI.conferenceAutologinHash(room_id, params) : Promise

CLAPI.sendConferenceEmailInvitations(room_id, lang, params) : Promise

CLAPI.conferenceSkins() : Promise

CLAPI.generateConferenceTokens(room_id, params) : Promise

CLAPI.conferenceTokens(room_id) : Promise

CLAPI.conferenceSessions(room_id) : Promise

CLAPI.conferenceSession(room_id, session_id) : Promise

CLAPI.conferenceSessionAttendees(room_id, session_id) : Promise

CLAPI.generateConferenceSessionPDF(room_id, session_id, lang) : Promise

CLAPI.timeZoneList() : Promise

CLAPI.countryTimeZoneList(country) : Promise

CLAPI.phoneGatewayList() : Promise

CLAPI.addConferenceRegistration(room_id, params) : Promise

CLAPI.conferenceRegistrations(room_id, status) : Promise

CLAPI.conferenceSessionRegistrations(room_id, session_id, status) : Promise

CLAPI.fileLibrary() : Promise

CLAPI.conferenceFileLibrary(room_id) : Promise

CLAPI.fileLibraryFile(file_id) : Promise

CLAPI.addFileLibraryFile(file_path) : Promise

CLAPI.fileLibraryContent(file_id) : Promise

CLAPI.deleteFileLibraryFile(file_id) : Promise

CLAPI.conferenceRecordings(room_id) : Promise

CLAPI.deleteConferenceRecordings(room_id) : Promise

CLAPI.deleteConferenceRecording(room_id, recording_id) : Promise

CLAPI.chats() : Promise

CLAPI.conferenceSessionChats(session_id) : Promise

Keywords

clickmeeting

FAQs

Package last updated on 11 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.