9#import <Foundation/Foundation.h>
27-(
ZoomVideoSDKError)subscribeWhiteboard:(UIViewController*)vc API_UNAVAILABLE(visionos);
ZoomVideoSDKWhiteboardExportFormatType
Enumeration of supported export formats for content, like whiteboard.
ZoomVideoSDKError
Enumerates all errors in the VideoSDK.
The whiteboard helper interface.
ZoomVideoSDKError startShareWhiteboard()
Starts whiteboard sharing in the session.
ZoomVideoSDKError unSubscribeWhiteboard()
Hides the whiteboard sharing view when someone is sharing the whiteboard.
ZoomVideoSDKError stopShareWhiteboard()
Stops whiteboard sharing in the session.
BOOL isOtherSharingWhiteboard()
Checks whether another user is currently sharing a whiteboard.
BOOL canStartShareWhiteboard()
Checks whether the current user can start whiteboard sharing. Only the host can start whiteboard shar...
BOOL canStopShareWhiteboard()
Checks whether the current user can stop whiteboard sharing.