Package live.hms.video.whiteboard
Class HMSWhiteboardUpdate.Stop
-
- All Implemented Interfaces:
public final class HMSWhiteboardUpdate.Stop extends HMSWhiteboardUpdate
Represents the stop or end of a whiteboard session.
-
-
Field Summary
Fields Modifier and Type Field Description private final HMSWhiteboardhmsWhiteboard
-
Constructor Summary
Constructors Constructor Description HMSWhiteboardUpdate.Stop(HMSWhiteboard hmsWhiteboard)
-
Method Summary
Modifier and Type Method Description final HMSWhiteboardgetHmsWhiteboard()The HMSWhiteboard instance representing the whiteboard that has stopped. -
-
Constructor Detail
-
HMSWhiteboardUpdate.Stop
HMSWhiteboardUpdate.Stop(HMSWhiteboard hmsWhiteboard)
-
-
Method Detail
-
getHmsWhiteboard
final HMSWhiteboard getHmsWhiteboard()
The HMSWhiteboard instance representing the whiteboard that has stopped.
-
-
-
-