Socket
Socket
Sign inDemoInstall

@webex/plugin-memberships

Package Overview
Dependencies
10
Maintainers
7
Versions
1178
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @webex/plugin-memberships


Version published
Weekly downloads
7.1K
increased by5.58%
Maintainers
7
Created
Weekly downloads
 

Changelog

Source

3.0.0-beta.304 (2024-01-09)

Bug Fixes

  • meetings: ensure non-undefined value for peripheral information property (#3281) (09ace65)

Readme

Source

@webex/plugin-memberships

standard-readme compliant

Membership plugin for the Cisco Webex JS SDK.

Install

npm install --save @webex/plugin-memberships

Usage

This is a plugin for the Cisco Webex JS SDK. While most of the functionality of this plugin can be utilized using specific scopes, such as spark:memberships_read and spark:memberships_write, utilizing the listen() method of this plugin will require both spark:all and spark:kms. Please note that by toggling an application's spark:all scope via the portal will also toggle its spark:kms scope. Please see our developer portal and the API docs for full details.

Install

npm install --save @webex/plugin-memberships

Usage

const Webex = require('webex');

const webex = Webex.init();
webex.memberships.get(id).then((membership) => {
  console.log(membership);
});

Maintainers

This package is maintained by Cisco Webex for Developers.

Contribute

Pull requests welcome. Please see CONTRIBUTING.md for more details.

License

© 2016-2020 Cisco and/or its affiliates. All Rights Reserved.

FAQs

Last updated on 26 Mar 2024

Did you know?

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc