Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKWhiteboardHelper.h
Go to the documentation of this file.
1//
2// ZoomVideoSDKWhiteboardHelper.h
3// ZoomVideoSDK
4//
5// Created by ZOOM on 2025/6/23.
6// Copyright © 2025 Zoom Video Communications, Inc. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
19@interface ZoomVideoSDKWhiteboardHelper : NSObject
20
27-(ZoomVideoSDKError)subscribeWhiteboard:(UIViewController*)vc API_UNAVAILABLE(visionos);
28
33-(ZoomVideoSDKError)unSubscribeWhiteboard API_UNAVAILABLE(visionos);
34
40-(BOOL)canStartShareWhiteboard API_UNAVAILABLE(visionos);
41
46-(ZoomVideoSDKError)startShareWhiteboard API_UNAVAILABLE(visionos);
47
52-(BOOL)canStopShareWhiteboard API_UNAVAILABLE(visionos);
53
58-(ZoomVideoSDKError)stopShareWhiteboard API_UNAVAILABLE(visionos);
59
64-(BOOL)isOtherSharingWhiteboard API_UNAVAILABLE(visionos);
65
73-(ZoomVideoSDKError)exportWhiteboard:(ZoomVideoSDKWhiteboardExportFormatType)format API_UNAVAILABLE(visionos);
74
75@end
76
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.