Can a whiteboard created via /whiteboards/import be loaded into a live Video SDK session?

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:

  1. POST /whiteboards/files - upload an image
  2. POST /whiteboards/import - create a whiteboard from that file
  3. This returns a whiteboardId

Questions:

  1. 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.

  2. 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!