Hi team,
We’re using Video SDK (Web) and want to pre-populate a whiteboard with an
image before a session starts, rather than having the presenter draw it
manually.
Our current approach:
- POST /whiteboards/files - upload an image
- POST /whiteboards/import - create a whiteboard from that file
- This returns a whiteboardId
Questions:
-
Can this pre-built whiteboard be loaded when the host calls
whiteboardClient.startWhiteboardScreen() inside a live session? If so,
what parameter do we pass the existing whiteboardId into? The current
docs for startWhiteboardScreen() don’t show a way to reference an
existing whiteboard. -
Is a whiteboard used inside a Video SDK session exportable via
POST /whiteboards/export, or is that endpoint only for whiteboards
created/managed outside of a session context?
Any guidance or sample code would be really helpful. Thanks!