New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

streem-sdk-web

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

streem-sdk-web

Web SDK for Streem On-Demand Expertise

  • 1.0.6-alpha
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

streem-web-sdk

Web SDK for Streem Ondemand Expertise

Install

npm install --save streem-web-sdk

Polyfills

The streem-web-sdk supports only the latest modern browsers. Errors may be thrown if polyfills for ES2017 features are not included in your application. We do not ship with any polyfills.

Usage

import Streem from 'streem-web-sdk';

Streem.init('APP_ID', options);

Once user has logged in successfully we need to identify the user with some basic information.

await Streem.identify({
    jwtToken: 'MYTOKEN',
    name: 'Test Name',
    avatarUrl: 'https://test.com/test.jpg',
});

When the professional is available to Streem call

await Streem.markAvailable(true);

Or if the professional is unavailable to Streem

await streem.markAvailable(false);

FAQs

Package last updated on 09 Aug 2019

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

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc