opentok-react-whiteboard
v1.7.0
Published
React shared whiteboard that works with Opentok https://github.com/opentok/opentok-react
Downloads
26
Maintainers
Readme
opentok-react-whiteboard
React shared whiteboard that works with Opentok
Installation
npm:
npm i opentok-react-whiteboard
yarn :
yarn add opentok-react-whiteboard
or clone this repo.
Example
<OTSession
apiKey={this.props.apiKey}
sessionId={this.props.sessionId}
token={this.props.token}
eventHandlers={this.sessionEvents}
onError={this.onError}
>
<OTWhiteBoard />
</OTSession>
Demo
git clone https://github.com/MedElfadhelELHACHEMI/opentok-react-whiteboard.git
yarn
yarn run example