1.7.0 • Published 4 years ago

opentok-react-whiteboard v1.7.0

Weekly downloads
276
License
MIT
Repository
github
Last release
4 years ago

opentok-react-whiteboard

React shared whiteboard that works with Opentok

npm.io

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
1.7.0

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.2.0

4 years ago

1.3.0

4 years ago

1.1.0

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago