Stop

data class Stop(val hmsWhiteboard: HMSWhiteboard) : HMSWhiteboardUpdate

Represents the stop or end of a whiteboard session.

Constructors

Link copied to clipboard
fun Stop(hmsWhiteboard: HMSWhiteboard)

Properties

Link copied to clipboard

The HMSWhiteboard instance representing the whiteboard that has stopped.