Skip to content

MedElfadhelELHACHEMI/opentok-react-whiteboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

React shared whiteboard that works with Opentok https://github.com/opentok/opentok-react

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages