Video SDK for iOS API Reference
|
The whiteboard helper interface. More...
#include <ZoomVideoSDKWhiteboardHelper.h>
Inherits NSObject.
Instance Methods | |
(ZoomVideoSDKError) | - subscribeWhiteboard: |
Displays the whiteboard view when someone is sharing the whiteboard. | |
(visionos) | - API_UNAVAILABLE |
Hides the whiteboard sharing view when someone is sharing the whiteboard. | |
(visionos) | - API_UNAVAILABLE |
Checks whether the current user can start whiteboard sharing. Only the host can start whiteboard sharing. | |
(visionos) | - API_UNAVAILABLE |
Starts whiteboard sharing in the session. | |
(visionos) | - API_UNAVAILABLE |
Checks whether the current user can stop whiteboard sharing. | |
(visionos) | - API_UNAVAILABLE |
Stops whiteboard sharing in the session. | |
(visionos) | - API_UNAVAILABLE |
Checks whether another user is currently sharing a whiteboard. | |
(ZoomVideoSDKError) | - exportWhiteboard: |
Exports the currently shared whiteboard. | |
The whiteboard helper interface.
Definition at line 19 of file ZoomVideoSDKWhiteboardHelper.h.
- (visionos) API_UNAVAILABLE |
Hides the whiteboard sharing view when someone is sharing the whiteboard.
- (visionos) API_UNAVAILABLE |
Checks whether the current user can start whiteboard sharing. Only the host can start whiteboard sharing.
- (visionos) API_UNAVAILABLE |
Starts whiteboard sharing in the session.
- (visionos) API_UNAVAILABLE |
Checks whether the current user can stop whiteboard sharing.
- (visionos) API_UNAVAILABLE |
Stops whiteboard sharing in the session.
- (visionos) API_UNAVAILABLE |
Checks whether another user is currently sharing a whiteboard.
- (ZoomVideoSDKError) exportWhiteboard: | (visionos) | API_UNAVAILABLE |
Exports the currently shared whiteboard.
format | The export format. |
- (ZoomVideoSDKError) subscribeWhiteboard: | (visionos) | API_UNAVAILABLE |
Displays the whiteboard view when someone is sharing the whiteboard.
vc | The view controller to attach the whiteboard view to. |