@ray-js/video-streams-sdk
v0.0.1
Published
H5 上支持 webrtc 拉流以及 websocket 拉流
Downloads
3
Readme
English | 简体中文
@ray-js/video-streams-sdk
H5 上支持 webrtc 拉流以及 websocket 拉流
Installation
$ npm install @ray-js/video-streams-sdk
# or
$ yarn add @ray-js/video-streams-sdk
Develop
# watch compile component code
yarn watch
# watch compile demo
yarn start:tuya
Usage
import Foo from '@ray-js/video-streams-sdk';
export default () => <Foo />;