react-jtv-chromecast
v1.0.18
Published
Chromecast for web
Downloads
5
Readme
react-jtv-chromecast
Sender app component for chromecast.
Install
npm install --save react-jtv-chromecast
Usage
import React, { Component } from 'react'
import {JTVChromeCast, JTVCastUI} from 'react-jtv-chromecast';
import './css/castvideo.css';
class Example extends Component {
render () {
let mediaContent = [{
'sources' : ['video_url'],
'thumb' : 'thumb_url',
'title' : 'Title of the video'
}]
return (
<JTVCastUI applicationId={'applicationId'} mediaContent={mediaContent} />
)
}
}
License
MIT © rcmahapatra