5#import <Foundation/Foundation.h>
ZMVideoSDKExportFormat
Enumeration of supported export formats for content, like whiteboard.
ZMVideoSDKErrors
Enumerates all errors in the VideoSDK.
Helper class for managing whiteboard functionality in Zoom Video SDK sessions.
BOOL canStopShareWhiteboard()
Checks whether the current user can stop whiteboard sharing.
BOOL canStartShareWhiteboard()
Checks whether the current user can start whiteboard sharing. Only the host can start whiteboard shar...
BOOL isOtherSharingWhiteboard()
Checks whether another user is currently sharing a whiteboard.
ZMVideoSDKErrors startShareWhiteboard()
Starts whiteboard sharing in the session.
ZMVideoSDKErrors unSubscribeWhiteboard()
Hides the whiteboard sharing view when someone is sharing the whiteboard.
ZMVideoSDKErrors stopShareWhiteboard()
Stops whiteboard sharing in the session.