9#import <Foundation/Foundation.h>
27-(
ZoomVideoSDKError)subscribeWhiteboard:(UIViewController*)vc API_UNAVAILABLE(visionos);
ZoomVideoSDKWhiteboardExportFormatType
Enumeration of supported export formats for content, like whiteboard.
ZoomVideoSDKError
Enumeration of all the 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()
Determines whether another user is currently sharing a whiteboard.
BOOL canStartShareWhiteboard()
Determines whether the current user can start whiteboard sharing. Only the host can start whiteboard ...
BOOL canStopShareWhiteboard()
Determines whether the current user can stop whiteboard sharing.