zee
zee

Reputation: 502

Add whiteboard feature to TokBox Webrtc session

I have a working webrtc session working with a JSP (built with tokbox JS).Now i want to add the Shared Whiteboard feature to this session.I checked tokbox docs, there is nothing mentioned w.r.t whiteboard. there is a project at https://github.com/aullman/opentok-meet ,which has Whiteboard feature also (among other stunning features). However i am not able to figure out, how to use this code ,js etc , to create a whiteboard feature. has anyone implemented this and point me to right direction.

Any help is highly appreciated

Upvotes: 0

Views: 1507

Answers (1)

Ankur
Ankur

Reputation: 2901

The code for the whiteboard in that application is available as a separate project here: https://github.com/aullman/opentok-whiteboard

It has some brief instructions in the README, but in short it uses Angular.js and defines a new ot-whiteboard directive.

Upvotes: 1

Related Questions