WhiteboardStartedOptions

data class WhiteboardStartedOptions(val whiteboardUsers: List<Map<String, Any?>>?, val updateWhiteboardUsers: (List<WhiteboardUser>) -> Unit, val updateWhiteboardStarted: (Boolean) -> Unit, val updateWhiteboardEnded: (Boolean) -> Unit)

Options for handling whiteboard started events.

Constructors

Link copied to clipboard
constructor(whiteboardUsers: List<Map<String, Any?>>?, updateWhiteboardUsers: (List<WhiteboardUser>) -> Unit, updateWhiteboardStarted: (Boolean) -> Unit, updateWhiteboardEnded: (Boolean) -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard