openWhiteboard()
openWhiteboard(id?: string)
Opens a concrete whiteboard.
If no id is specified, then a new one is created, opened and added to the room library.
Sample use case: You may have a button in your application to control the whiteboard visibility.
Often used in conjunction with closeWhiteboard().
Last updated