opentok-react-whiteboard

1.7.0 • Public • Published

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

Package Sidebar

Install

npm i opentok-react-whiteboard

Weekly Downloads

15

Version

1.7.0

License

MIT

Unpacked Size

104 kB

Total Files

23

Last publish

Collaborators

  • momo91