I would like to start a whiteboard using the Circuit SDK (Javascript) and then set the background as an image (load it from a local file or upload one). Is it possible? Does anybody know how to do it? Thank you!
Asked
Active
Viewed 70 times
2 Answers
3
Use setWhiteboardBackground(callId, file)
method what sets the background of the whiteboard, where acceptable parameters are
- callId String - a Call ID of the call;
- file File - a File object for background image.
See more details here.

Kate Orlova
- 3,225
- 5
- 11
- 35
0
There is a whiteboarding jsbin on circuit.github.io which show how to set the background image. https://output.jsbin. com/jeguyah

Roger Urscheler
- 774
- 2
- 6
- 11