createWhiteboard()
createWhiteboard: ({personal: boolean, folderId: string})
Creates and opens a new whiteboard, and immediately persists it in the personal or room library.
You can optionally specify a parent library folder id. If folder is not specified, then whiteboard will be part of the default root library folder.
Sample use case: You may have a button in your application to create a whiteboard on the fly.
Last updated