Package live.hms.video.whiteboard
Interface HMSWhiteboardUpdateListener
-
- All Implemented Interfaces:
public interface HMSWhiteboardUpdateListenerAn interface for receiving updates related to (HMS) whiteboard.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonUpdate(HMSWhiteboardUpdate hmsWhiteboardUpdate)Called when an update related to the whiteboard occurs. -
-
Method Detail
-
onUpdate
abstract Unit onUpdate(HMSWhiteboardUpdate hmsWhiteboardUpdate)
Called when an update related to the whiteboard occurs.
- Parameters:
hmsWhiteboardUpdate- An instance of HMSWhiteboardUpdate containing the details of the update.
-
-
-
-