Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-mixer-embed

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-mixer-embed

Lightweight component for embedding mixer.com video and chat into React applications.

  • 0.1.15
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Lightweight component for embedding mixer.com video and chat into React applications.

React Mixer Embed Video and Chat

Available options:

  • =============================================================================
  • DEFAULT SETTINGS - the video will be embed by default.
  • Use the following options to change the settings:
  • video (optional) - can set to false to disable the video.
  • chat (optional) - set to true to embed chat next to the video.
  • channel - the channel name.
  • =============================================================================

How to use

Install the component with npm OR yarn:

npm install react-mixer-embed;
OR
yarn add react-mixer-embed;

Import the ReactMixerEmbed into your file:

import ReactMixerEmbed from "react-mixer-embed";

Use one of the following examples to embed:

Default embed:

<ReactMixerEmbed options={{ 
  channel: "mixer" 
}} />

Video and chat embed:

<ReactMixerEmbed options={{ 
  channel: "mixer",
  chat: true
}} />

Chat only embed:

<ReactMixerEmbed options={{ 
  channelName: "mixer",
  video: false,
  chat: true
}} />

This package is only if you want to have a react component inside your directory, which you reuse across the application.

However, for very basic and most lightweight solution, head to https://dev.mixer.com/guides/embeds/introduction

Keywords

FAQs

Package last updated on 19 Jan 2020

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