xstream-web
React library for streaming,video and audio calling
Install
npm install --save xstream-web
Usage
import React, { Component } from 'react'
import MyComponent from 'xstream-web'
import 'xstream-web/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © bansal.nikhil