aullman / opentok-whiteboard

Shared Whiteboard that works with OpenTok
MIT License
34 stars 22 forks source link

Archive whiteboard sessions #25

Closed Yugandharjaiswal closed 7 years ago

Yugandharjaiswal commented 7 years ago

Hello, can i store whiteboard archives like what i can do with the video can i also store whiteboard session so that i can replay that in future and BTW .... really appriciate the work you did with tokbox i really needed this whiteboard in my project thanx

aullman commented 7 years ago

There are a few options here I can think of.

  1. You can save the whiteboard image with the capture button.
  2. You could screenshare it using opentok and archive the screenshare
  3. You could store a timeline of the signals that are sent and play them back for the whiteboard
  4. You could use the MediaRecorder and Canvas.captureStream APIs in the browser to create a video file from the Whiteboard Canvas.