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