Whiteboard Ended Options
data class WhiteboardEndedOptions(val updateWhiteboardStarted: (Boolean) -> Unit, val updateWhiteboardEnded: (Boolean) -> Unit, val updateShapes: (List<WhiteboardShape>) -> Unit)
Options for handling whiteboard ended events.