|
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. | |
| (ZoomVideoSDKError) | - unSubscribeWhiteboard |
| Hides the whiteboard sharing view when someone is sharing the whiteboard. | |
| (BOOL) | - canStartShareWhiteboard |
| Checks whether the current user can start whiteboard sharing. Only the host can start whiteboard sharing. | |
| (ZoomVideoSDKError) | - startShareWhiteboard |
| Starts whiteboard sharing in the session. | |
| (BOOL) | - canStopShareWhiteboard |
| Checks whether the current user can stop whiteboard sharing. | |
| (ZoomVideoSDKError) | - stopShareWhiteboard |
| Stops whiteboard sharing in the session. | |
| (BOOL) | - isOtherSharingWhiteboard |
| 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.
| - (BOOL) canStartShareWhiteboard |
Checks whether the current user can start whiteboard sharing. Only the host can start whiteboard sharing.
| - (BOOL) canStopShareWhiteboard |
Checks whether the current user can stop whiteboard sharing.
| - (ZoomVideoSDKError) exportWhiteboard: | (ZoomVideoSDKWhiteboardExportFormatType) | format |
Exports the currently shared whiteboard.
| format | The export format. |
| - (BOOL) isOtherSharingWhiteboard |
Checks whether another user is currently sharing a whiteboard.
| - (ZoomVideoSDKError) startShareWhiteboard |
Starts whiteboard sharing in the session.
| - (ZoomVideoSDKError) stopShareWhiteboard |
Stops whiteboard sharing in the session.
| - (ZoomVideoSDKError) subscribeWhiteboard: | (UIViewController *) | vc |
Displays the whiteboard view when someone is sharing the whiteboard.
| vc | The view controller to attach the whiteboard view to. |
| - (ZoomVideoSDKError) unSubscribeWhiteboard |
Hides the whiteboard sharing view when someone is sharing the whiteboard.